Click or drag to resize
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; }

Return Value

Type: Int32
The number of elements contained in the ICollection.

Implements

ICollectionCount
See Also