Click or drag to resize

OfType Class

Inheritance Hierarchy

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class OfType : IEnumerable

The OfType type exposes the following members.

Constructors
  NameDescription
Public methodOfType(Type, Database, Boolean)
Constructs this enumeration wrapper object
Public methodOfType(Type, SessionBase, Boolean, Boolean)
Constructs this enumeration wrapper object
Top
Methods
  NameDescription
Public methodCount
Get a count of instances of the given type. This value is computed by a quick iteration over all objects of the requested type.
Public methodGetEnumerator
Enumeration of all objects of the selected Type
Top
Extension Methods
  NameDescription
Public Extension MethodElementAt
Override LINQ for faster access
(Defined by OfTypeExtension.)
Public Extension MethodSkip
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Defined by OfTypeExtension.)
Top
See Also