Edit

Share via


JSObject.IEnumerable.GetEnumerator Method

Definition

Overloads

IEnumerable.GetEnumerator()

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

Returns an enumerator that iterates through the members of the object.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the members of the object.

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

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Returns

An enumerator object that is used to iterate through the members of the object.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the JSObject instance is cast to an IEnumerable interface.

See also

Applies to