Click or drag to resize

OfTypeExtension Class

A few extensions to improve performance of Linq for Objects queries
Inheritance Hierarchy
SystemObject
  VelocityDbOfTypeExtension

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static class OfTypeExtension

The OfTypeExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberElementAt
Override LINQ for faster access
Public methodStatic memberSkip
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
Top
See Also