TargetTypeDictionaryCount 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: 2024.12.21.0
public int Count { get; }

Return Value

Int32
The number of elements contained in the ICollectionT.

Implements

ICollectionTCount

See Also