Click or drag to resize

OfType Methods

The OfType type exposes the following members.

Methods
  NameDescription
Public methodCount
Get a count of instances of the given type. This value is computed by a quick iteration over all objects of the requested type.
Public methodGetEnumerator
Enumeration of all objects of the selected Type
Top
Extension Methods
  NameDescription
Public Extension MethodElementAt
Override LINQ for faster access
(Defined by OfTypeExtension.)
Public Extension MethodSkip
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Defined by OfTypeExtension.)
Top
See Also