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
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaImageListBufferRemove(System.IntPtr,System.UInt64).
Exceptions
- NotSupportedException
-
The MaaFramework.Binding.Buffers.IMaaListBuffer`1 is read-only.