ICollection.Count Property

Definition

When implemented by a class, gets the number of elements contained in the ICollection.

public:
 property System::Object ^ Count { System::Object ^ get(); };
public:
 property Platform::Object ^ Count { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public object Count { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.Count : obj
Public ReadOnly Property Count As Object

Property Value

Attributes

Applies to