Click or drag to resize
GraphResultSetToT Method
Applies a conversion to each element of the sequence.

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

Type Parameters

T

Return Value

Type: IEnumerableT
An IEnumerable{T} that contains each element of the source sequence converted to the specified type.
See Also