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
Remove Method
Removes the first occurrence of a specific object from the
ICollection
T
.
Namespace:
SampSharp.GameMode.Display
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
bool
Remove
(
IEnumerable
<
string
>
item
)
Parameters
item
Type:
System.Collections.Generic
IEnumerable
String
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
TablistDialog Class
SampSharp.GameMode.Display Namespace