NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeStatementCollection.GetEnumerator

Gets an enumerator to enumerate the collection members.

[Visual Basic]
Public Function GetEnumerator() As IEnumerator
[C#]
public IEnumerator GetEnumerator();
[C++]
public: IEnumerator* GetEnumerator();
[JScript]
public function GetEnumerator() : IEnumerator;

Return Value

An IEnumerator that indicates the members of the collection.

See Also

CodeStatementCollection Class | CodeStatementCollection Members | System.CodeDOM Namespace | IEnumerator