{TOC}
| Namespace: | System.Linq |
| Assembly: | System.Core.dll |
| Extends: | IEnumerable<T> |
Back to
Standard Query Operator Index*** This operator was replaces with the AsEnumerable operator during the beta days. This operator was never part of the released operator set. ***EditIntroduction
The ToSequence operator returns its argument typed as IEnumerable.
EditMethod Signatures
public static IEnumerable<T> ToSequence (
this IEnumerable<T> source
)
EditDocumentation
EditCode Samples