Gets the number of key-and-value pairs contained in the NameValueCollection.

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

Syntax

C#
public virtual int Count { get; }
Visual Basic
Public Overridable ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
The number of key-and-value pairs contained in the NameValueCollection.

Implements

IStringStringCollection..::..Count
ICollection..::..Count

Remarks

Please refer to Count for details.

See Also