ExpressionBindingCollection.GetEnumerator Method

Definition

Returns an IEnumerator-implemented object that can be used to iterate through the ExpressionBinding objects in the collection.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An IEnumerator-implemented object that contains all the ExpressionBinding objects in the ExpressionBindingCollection.

Implements

Applies to