[This is preliminary documentation and is subject to change.]

Get an enumerator to enumerate through the collection. This function is not implemented and any attempt to use it throws an exception.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public IEnumerator GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator
Visual C++
public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

The enumerator interface to enumerate though the interface.

Implements

IEnumerable..::.GetEnumerator()()()

Exceptions

ExceptionCondition
System..::.InvalidOperationException

See Also