AllObjectsT Methods |
The AllObjectsT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| GetEnumerator |
Enumeration of all objects of type T
|
| Name | Description | |
|---|---|---|
| CountT |
Override to improve performance over IEnumerable LINQ extension
(Defined by AllObjectsExtension.) | |
| ElementAt(Int32) | Overloaded.
Override LINQ for faster access
(Defined by OfTypeExtension.) | |
| ElementAtT(Int32) | Overloaded.
Override LINQ for faster access
(Defined by AllObjectsExtension.) | |
| Skip(Int32) | Overloaded.
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Defined by OfTypeExtension.) | |
| SkipTSource(Int32) | Overloaded.
Bypasses a specified number of elements in a sequence and then returns the remaining elements. Overrides SkipTSource(IEnumerableTSource, Int32) for improved performance
(Defined by AllObjectsExtension.) |