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