SimpleHashtable.GetEnumerator Method

Definition

Gets an enumerator for the hash table.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 System::Collections::IDictionaryEnumerator ^ GetEnumerator();
public System.Collections.IDictionaryEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
Public Function GetEnumerator () As IDictionaryEnumerator

Returns

An enumerator for the hash table.

Applies to

See also