Click or drag to resize

AllObjects<T> Methods

The AllObjects<T> generic type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Enumeration of all objects of type T
Top
Extension Methods
  NameDescription
Public Extension MethodCount<T>
Override to improve performance over IEnumerable LINQ extension
(Defined by AllObjectsExtension.)
Public Extension MethodElementAt(Int32)Overloaded.
Override LINQ for faster access
(Defined by OfTypeExtension.)
Public Extension MethodElementAt<T>(Int32)Overloaded.
Override LINQ for faster access
(Defined by AllObjectsExtension.)
Public Extension MethodSkip(Int32)Overloaded.
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Defined by OfTypeExtension.)
Public Extension MethodSkip<TSource>(Int32)Overloaded. (Defined by AllObjectsExtension.)
Top
See Also