QuickAdmin.Net Reference
C#
C#
Show/Hide TOC
Casted
List
<
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#
Copy
public
int
Count {
get
; }
Return Value
int
The number of elements contained in the
ICollection
.
Implements
ICollection
<
T
>
.
Count
See Also
Reference
CastedList
<
TFrom, TTo
>
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Return Value
Implements
See Also