GetValue
public bool GetValue(ref object value) ;
Get the value
Parameter Name | Description |
---|---|
value | The value you get |
Returns true if the value can be obtained.
Obsolete public bool GetValue<T>(ref T value) ;
Get the value
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Type of value to get |
Parameter Name | Description |
---|---|
value | The value you get |
Returns true if the value can be obtained.