Table<TEntity>.GetEnumerator Method

Definition

Gets an enumerator that iterates through the collection.

public:
 System::Collections::Generic::IEnumerator<TEntity> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TEntity> GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Entity (requires 'Entity : null)>
Public Function GetEnumerator () As IEnumerator(Of TEntity)

Returns

IEnumerator<TEntity>

An enumerator that can be used to iterate through the collection.

Implements

Applies to