Share via


ABMultiValue<T>.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator that iterates through all entries in the ABMultiValue<T>.

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

An IEnumerator which will return all entries in the ABMultiValue<T>.

Implements

Applies to