Click or drag to resize

OfTypeCount Method

Get a count of instances of the given type. This value is computed by a quick iteration over all objects of the requested type.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual ulong Count()

Return Value

Type: UInt64
Number of instances found of the given Type
See Also