SampSharp
SampSharp
SampSharp.Entities.SAMP
ListDialog Class
ListDialog Methods
Add Method
Add Method (String)
Add Method (ListDialogRow)
Add Method (String, Object)
ListDialog
Add Method (ListDialogRow)
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
(
ListDialogRow
row
)
Parameters
row
Type:
SampSharp.Entities.SAMP
ListDialogRow
The row to add.
Exceptions
Exception
Condition
ArgumentNullException
Thrown if
row
is null.
See Also
Reference
ListDialog Class
Add Overload
SampSharp.Entities.SAMP Namespace