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