Sdílet prostřednictvím


DimensionKey.GetEnumerator Method

Definition

Returns an enumerator that iterates through the dimensions of this dimension key.

public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, String))

Returns

An enumerator that can be used to iterate through the dimensions of this dimension key.

Implements

Applies to