Applies a conversion to each element of the sequence.
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax 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