SampSharp
SampSharp
SampSharp.Entities.SAMP
TablistDialog Class
TablistDialog Methods
Add Method
Add Method (String[])
Add Method (TablistDialogRow)
Add Method (String[], Object)
TablistDialog
Add Method (TablistDialogRow)
Adds the specified row to the list.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
void
Add
(
TablistDialogRow
row
)
Parameters
row
Type:
SampSharp.Entities.SAMP
TablistDialogRow
The row to add.
Exceptions
Exception
Condition
ArgumentNullException
Thrown if
row
is null.
See Also
Reference
TablistDialog Class
Add Overload
SampSharp.Entities.SAMP Namespace