Table of Contents

Method RemoveAt

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

RemoveAt(ulong)

Removes the element at the specified index.

bool RemoveAt(ulong index)

Parameters

index ulong

The zero-based index of the element to remove.

Returns

bool

true if the element is removed successfully; otherwise, false.

Exceptions

NotSupportedException

The MaaFramework.Binding.Buffers.IMaaListBuffer`1 is read-only.