Click or drag to resize

AllObjectsT Class

Inheritance Hierarchy
SystemObject
  VelocityDbOfType
    VelocityDbAllObjectsT

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 AllObjectsT 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 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