Share via


ArraySettingItem.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator that iterates through the identifiers of the properties in the ArraySettingItem.

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 for the collection of property identifiers.

Implements

Applies to