Share via


NSSet.GetEnumerator Metodo

Definizione

Enumerare i NSObjects nel set.

public System.Collections.Generic.IEnumerator<Foundation.NSObject> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Foundation.NSObject>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Foundation.NSObject>

Restituisce

Implementazioni

Commenti

Restituisce un enumeratore che restituisce gli oggetti NSObject contenuti nel set.

Si applica a