Returns an IStringEnumerator that can
iterate through the IStringCollection.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
IStringEnumerator GetEnumerator() |
Visual Basic |
---|
Function GetEnumerator As IStringEnumerator |
Return Value
Type: IStringEnumeratorAn IStringEnumerator for the entire IStringCollection.
Remarks
Please refer to GetEnumerator()()()() for details.