Method TryAdd
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
TryAdd(T)
Adds (Copys) an element to the MaaFramework.Binding.Buffers.IMaaListBuffer`1.
bool TryAdd(T item)
Parameters
item
T-
The object to add to the MaaFramework.Binding.Buffers.IMaaListBuffer`1.
Returns
Exceptions
- NotSupportedException
-
The MaaFramework.Binding.Buffers.IMaaListBuffer`1 is read-only.