In Memory Target DictionaryCount Property
Gets the number of elements contained in the ICollectionT.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
The number of elements contained in the ICollectionT.
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public override int Count { get; }VB
Public Overrides ReadOnly Property Count As Integer
GetC++
public:
virtual property int Count {
int get () override;
}F#
abstract Count : int with get
override Count : int with getReturn Value
Int32The number of elements contained in the ICollectionT.