[This is preliminary documentation and is subject to change.]
Gets the value from value nodes.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual T ToValue<T>()
Public Overridable Function ToValue(Of T) As T
public: generic<typename T> virtual T ToValue()
Generic Template Parameters
- T
- The expected Type (e.g. uint, string) of the value.
Return Value
The value of the node, cast to [!:T].