Method RemoveAt
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.Native.dll
RemoveAt(ulong)
Removes the element at the specified index.
public override bool RemoveAt(ulong index)
Parameters
index
ulong-
The zero-based index of the element to remove.
Returns
Exceptions
- NotSupportedException
-
The MaaFramework.Binding.Buffers.IMaaListBuffer`1 is read-only.