Gets an IStringCollection containing
the keys 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 IStringCollection Keys { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property Keys As IStringCollection Get |
Property Value
Type: IStringCollectionAn IStringCollection containing the keys in the NameValueCollection.
Remarks
Please refer to Keys for details.