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!

IResourceReader.GetEnumerator

Returns an enumerator for the resources for this reader.

[Visual Basic]
Function GetEnumerator() As IDictionaryEnumerator
[C#]
IDictionaryEnumerator GetEnumerator();
[C++]
IDictionaryEnumerator* GetEnumerator() = 0;
[JScript]
function GetEnumerator() : IDictionaryEnumerator;

Return Value

Returns an enumerator for the resources for this reader.

See Also

IResourceReader Interface | IResourceReader Members | System.Resources Namespace