SetDocumentationCount Property

Gets the number of elements contained in the ICollectionT.

Definition

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

Return Value

Int32
The number of elements contained in the ICollectionT.

Implements

ICollectionTCount

See Also