{TOC}
| Namespace: | System.Linq |
| Assembly: | System.Core.dll |
| Extends: | IEnumerable<T> |
Back to
Standard Query Operator IndexEditIntroduction
The OfType operator filters the elements of a sequence based on a type.
EditMethod Signatures
public static IEnumerable<T> OfType (
this IEnumerable source
)
EditDocumentation
EditCode Samples