Gets the number of key-and-value pairs contained
in the NameValueCollection.
Namespace: CodeSmith.CustomPropertiesAssembly: 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: Int32The number of key-and-value pairs contained in the NameValueCollection.
Implements
IStringStringCollection..::..CountICollection..::..Count
Remarks
Please refer to Count for details.