Returns an IStringStringEnumerator that can iterate through the IStringStringCollection.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
IStringStringEnumerator GetEnumerator()
Visual Basic
Function GetEnumerator As IStringStringEnumerator

Return Value

Type: IStringStringEnumerator
An IStringStringEnumerator for the entire IStringStringCollection.

Remarks

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

See Also