Method GetValue
GetValue<T>()
Casts and gets the typed value of this parameter.
Declaration
public T GetValue<T>()
Returns
Type | Description |
---|---|
T | A value of type |
Type Parameters
Name | Description |
---|---|
T | The type of the value stored in this parameter |
Remarks
This method is unsafe and does not do any type checking.