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