Returns an IStringStringEnumerator that can
iterate through the NameValueCollection.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public virtual IStringStringEnumerator GetEnumerator() |
Visual Basic |
---|
Public Overridable Function GetEnumerator As IStringStringEnumerator |
Return Value
Type: IStringStringEnumeratorAn IStringStringEnumerator for the entire NameValueCollection.
Implements
IStringStringCollection..::..GetEnumerator()()()()Remarks
Please refer to GetEnumerator()()()() for details.