Important
This interface is for internal use only and must not be accessed by the user code.
Provides access to the internal functionality of ObjectsEnumeratorT.
public interface IObjectsEnumeratorInternal<T> : IEnumerator<T>,
IDisposable, IEnumerator
where T : IDocumentObject
Public Interface IObjectsEnumeratorInternal(Of T As IDocumentObject)
Inherits IEnumerator(Of T), IDisposable, IEnumeratorgeneric<typename T>
where T : IDocumentObject
public interface class IObjectsEnumeratorInternal : IEnumerator<T>,
IDisposable, IEnumeratortype IObjectsEnumeratorInternal<'T when 'T : IDocumentObject> =
interface
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
end| Current | Gets the element in the collection at the current position of the enumerator. (Inherited from IEnumeratorT) |
| FilterProtected | Specifies whether the enumerator should hide all Objects protected by the locked collapsed Area Objects. |
| Objects | Underlying list of Objects being enumerated. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator) |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator) |