ExplicitImplementationICollectionCount Property
Gets the number of elements contained in the
ICollection.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
int ICollection.Count { get; }
Private ReadOnly Property Count As Integer
Implements ICollection.Count
Get
private:
virtual property int Count {
int get () sealed = ICollection::Count::get;
}
private abstract Count : int with get
private override Count : int with get
Int32The number of elements contained in the
ICollection.
ICollectionCount