Click or drag to resize

AllObjectsT Methods

The AllObjectsT generic type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Enumeration of all objects of type T
Top
Extension Methods
  NameDescription
Public Extension MethodCountT
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 MethodElementAtT(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 MethodSkipTSource(Int32)Overloaded. (Defined by AllObjectsExtension.)
Top
See Also