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