Method Remove
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
Remove(T)
Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.
public bool Remove(T item)Parameters
itemT-
The object to remove from the System.Collections.Generic.ICollection`1.
Returns
- bool
-
true if
itemwas successfully removed from the System.Collections.Generic.ICollection`1; otherwise, false. This method also returns false ifitemis not found in the original System.Collections.Generic.ICollection`1.
Exceptions
- NotSupportedException
-
The System.Collections.Generic.ICollection`1 is read-only.