Share via


ResourceDictionary.GetEnumerator Metodo

Definizione

Restituisce un elemento System.Collections.Generic.IEnumerator`1 di System.Collections.Generic.KeyValuePair`2 appartenente a ResourceDictionary.

public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, obj>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, obj>>

Restituisce

System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,System.Object>>

Implementazioni

System.Collections.Generic.IEnumerable`1.GetEnumerator

Si applica a