Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public int Count { get; } |
Visual Basic |
---|
Public ReadOnly Property Count As Integer Get |
Visual C++ |
---|
public: virtual property int Count { int get () sealed; } |
F# |
---|
abstract Count : int with get override Count : int with get |
Property Value
Type: Int32The count.
Implements
ICollection<(Of <(<'T>)>)>..::..CountICollection..::..Count