[]
        
(Showing Draft Content)

C1.WPF.Binding.XObjectExpression.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an IEnumerator that can be used to iterate over a collection.

Declaration
public IEnumerator GetEnumerator()
Returns
Type Description
IEnumerator

An IEnumerator that can be used to iterate over a collection.

Implements