| IValueEditorContextGetValueT Method |
Takes the value, tries to cast it to the specified type and returns it.
Namespace: Slash.Unity.Common.GUI.ValueEditorsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax Function GetValue(Of T) As T
generic<typename T>
T GetValue()
abstract GetValue : unit -> 'T
Type Parameters
- T
- Expected type of value.
Return Value
Type:
T Value casted to specified type.
Exceptions Exception | Condition |
---|
| Thrown if value isn't of expected type. |
See Also