Table of Contents

Class MaaListEnumerator<T>

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

A sealed class providing a reference enumerator implementation for MaaFramework.Binding.Buffers.IMaaListBuffer`1.

public sealed class MaaListEnumerator<T> : IEnumerator<T>, IEnumerator, IDisposable

Type Parameters

T

The type of buffer.

Inheritance

Implements

Inherited Members

Constructors

MaaListEnumerator(Func<ulong, T>, Func<ulong>)

The internal enumerator implementation of IMaaListBuffer.

Properties

Current

Gets the element in the collection at the current position of the enumerator.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

MoveNext()

Advances the enumerator to the next element of the collection.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.