SampSharp
SampSharp
SampSharp.GameMode.Display
TablistDialog Class
TablistDialog Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
TablistDialog
RemoveAt Method
Removes the
IList
T
item at the specified index.
Namespace:
SampSharp.GameMode.Display
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
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
TablistDialog Class
SampSharp.GameMode.Display Namespace