Click or drag to resize

WeakReferenceListBase<T>.Count Property

Number of items in list

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract int Count { get; }

Property Value

Type: Int32

Implements

ICollection<T>.Count
See Also