VR Magic Gestures AI 1.1
VR Magic Gestures AI 1.1
Class Reference
RavingBots.MagicGestures.Utils
MonitoredList(T) Class
MonitoredList(T) Methods
Add Method
AddRange Method
Clear Method
Contains Method
ContainsIndex Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Move Method
Remove Method
RemoveAt Method
MonitoredList
T
Remove Method
Removes the first occurrence of a specific object from the
ICollection
T
.
Namespace:
RavingBots.MagicGestures.Utils
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
bool
Remove
( T
item
)
Parameters
item
Type:
T
The object to remove from the
ICollection
T
.
Return Value
Type:
Boolean
true if
item
was successfully removed from the
ICollection
T
; otherwise, false. This method also returns false if
item
is not found in the original
ICollection
T
.
Implements
ICollection
T
Remove(T)
Exceptions
Exception
Condition
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
MonitoredList
T
Class
RavingBots.MagicGestures.Utils Namespace
(c) 2018 Raving Bots