Important
This interface is for internal use only and must not be accessed by the user code.
Provides access to the internal functionality of ObjectsEnumerator<T>.
public interface IObjectsEnumeratorInternal<T> : IEnumerator<T>,
IDisposable, IEnumerator
where T : IDocumentObject
Public Interface IObjectsEnumeratorInternal(Of T As IDocumentObject)
Inherits IEnumerator(Of T), IDisposable, IEnumerator
generic<typename T>
where T : IDocumentObject
public interface class IObjectsEnumeratorInternal : IEnumerator<T>,
IDisposable, IEnumerator
type 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 IEnumerator<T>) |
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) |