AllObjectsExtension Class |
Namespace: VelocityDb
The AllObjectsExtension type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Count<T> |
Override to improve performance over IEnumerable LINQ extension
|
![]() ![]() | ElementAt<T> |
Override LINQ for faster access
|
![]() ![]() | Skip<TSource> |
Bypasses a specified number of elements in a sequence and then returns the remaining elements. Overrides Skip<TSource> (IEnumerable<TSource> , Int32) for improved performance
|