ChangeConflictCollection::IEnumerable::GetEnumerator Method ()

 

For a description of this member, see GetEnumerator.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator that iterates through a collection.

This member is an explicit interface member implementation. It can be used only when the ChangeConflictCollection instance is cast to an IEnumerable interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: