ExplicitImplementationICollectionCount Property

Gets the number of elements contained in the ICollection.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
int ICollection.Count { get; }

Return Value

Int32
The number of elements contained in the ICollection.

Implements

ICollectionCount

See Also