SampSharp
SampSharp
SampSharp.GameMode.Display
TablistDialog Class
TablistDialog Methods
Add Method
Add Method (IEnumerable(String))
Add Method (String[])
TablistDialog
Add Method (IEnumerable
String
)
Adds an item to the
ICollection
T
.
Namespace:
SampSharp.GameMode.Display
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
void
Add
(
IEnumerable
<
string
>
item
)
Parameters
item
Type:
System.Collections.Generic
IEnumerable
String
The object to add to the
ICollection
T
.
Implements
ICollection
T
Add(T)
Exceptions
Exception
Condition
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
TablistDialog Class
Add Overload
SampSharp.GameMode.Display Namespace