Gets the number of elements contained in the IStringStringCollection.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
int Count { get; }
Visual Basic
ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
The number of elements contained in the IStringStringCollection.

Remarks

Please refer to Count for details.

See Also