Represents the Enumerator type.
[StructLayout(LayoutKind.Sequential)]
public struct Enumerator : IEnumerator<Block>, IEnumerator, IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.CurrentGets or sets the current.Dispose()Performs the dispose operation.MoveNext()Performs the move next operation.