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
RemoveAt Method
Removes the
IList
T
item at the specified index.
Namespace:
RavingBots.MagicGestures.Utils
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
void
RemoveAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the item to remove.
Implements
IList
T
RemoveAt(Int32)
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The
IList
T
is read-only.
See Also
Reference
MonitoredList
T
Class
RavingBots.MagicGestures.Utils Namespace
(c) 2018 Raving Bots