CastedList<TFrom, TTo>.Count Property

Gets the number of elements contained in the ICollection.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.4
C#
public int Count { get; }

Return Value

int
The number of elements contained in the ICollection.

Implements

ICollection<T>.Count

See Also