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