Method TryGet
TryGet<T>(out T)
Try to get the parameter structure for the specified type.
Declaration
public bool TryGet<T>(out T parameter) where T : unmanaged, INetworkParameter
Parameters
| Type | Name | Description |
|---|---|---|
| T | parameter | Stored parameter structure (if true is returned). |
Returns
| Type | Description |
|---|---|
| bool | True if the parameter structure is in the settings. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the parameter structure to get. |