Share via


VisualStateGroupList.IEnumerable.GetEnumerator Method

Definition

Gets an enumerator that iterates over the groups in this list.

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

Returns

System.Collections.IEnumerator

An enumerator that iterates over the groups in this list.

Implements

System.Collections.IEnumerable.GetEnumerator

Applies to