Click or drag to resize

AllObjects<T> Class

Inheritance Hierarchy
System.Object
  VelocityDb.OfType
    VelocityDb.AllObjects<T>

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class AllObjects<T> : OfType, 
	IEnumerable<T>, IEnumerable

Type Parameters

T
The object type we are looking for in the iteration (enumeration)

The AllObjects<T> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Get a count of instances of the given type
Top
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