Sandcastle XML Comments Guide
ExplicitImplementationICollectionCount Property |
Gets the number of elements contained in the ICollection.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
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
Return Value
Type: Int32The number of elements contained in the ICollection.
Implements
ICollectionCountSee Also