ExplicitImplementation.ICollection.Count Property

Sandcastle XML Comments

Sandcastle XML Comments GuideExplicitImplementationICollectionCount 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: Int32
The number of elements contained in the ICollection.

Implements

ICollectionCount
See Also