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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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