Represents the Enumerator type.
public struct Enumerator : IEnumerator<Inline>, IEnumerator, IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.Enumerator(ContainerInline)Initializes a new instance of the Enumerator class.CurrentGets or sets the current.Dispose()Performs the dispose operation.MoveNext()Performs the move next operation.Reset()Performs the reset operation.