FeatureCollection.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che consente di scorrere la raccolta.

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<Type ^, System::Object ^>> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Type,object>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Type, obj>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Type, obj>>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of Type, Object))

Restituisce

Implementazioni

Si applica a