Set DocumentationCount Property
Gets the number of elements contained in the ICollectionT.
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
The number of elements contained in the ICollectionT.
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public int Count { get; }VB
Public ReadOnly Property Count As Integer
GetC++
public:
virtual property int Count {
int get () sealed;
}F#
abstract Count : int with get
override Count : int with getReturn Value
Int32The number of elements contained in the ICollectionT.