Returns an IStringEnumerator that can iterate through the IStringCollection.

Namespace: CodeSmith.CustomProperties
Assembly: 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: IStringEnumerator
An IStringEnumerator for the entire IStringCollection.

Remarks

Please refer to GetEnumerator()()()() for details.

See Also