Click or drag to resize

IGraphNodeToT Method

Returns the representation of the GraphNode as an instance of type T.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
T To<T>()

Type Parameters

T
The type to which the current instance is going to be converted to.

Return Value

Type: T
Exceptions
ExceptionCondition
NotSupportedException Throws NotSupportedException when the target type is not supported
See Also