Table of Contents

Class ListDialogRowCollection

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Represents a collection of dialog rows of type ListDialogRow.

public class ListDialogRowCollection : DialogRowCollection<ListDialogRow>, IEnumerable<ListDialogRow>, IEnumerable
Inheritance
ListDialogRowCollection
Implements
Inherited Members

Constructors

ListDialogRowCollection()

public ListDialogRowCollection()

Methods

Add(string)

Adds a row to the list with the specified text.

public void Add(string text)

Parameters

text string

The text of the row to add.

Exceptions

ArgumentNullException

Thrown if text is null.