ICollection.Count Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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