Click or drag to resize

ListDialogRowCollection Class

Represents a collection of dialog rows of type ListDialogRow.
Inheritance Hierarchy
SystemObject
  SampSharp.Entities.SAMPDialogRowCollectionListDialogRow
    SampSharp.Entities.SAMPListDialogRowCollection

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class ListDialogRowCollection : DialogRowCollection<ListDialogRow>

The ListDialogRowCollection type exposes the following members.

Constructors
  NameDescription
Public methodListDialogRowCollection
Initializes a new instance of the ListDialogRowCollection class
Top
Properties
Methods
  NameDescription
Public methodAdd(T)
Adds the specified row to the list.
(Inherited from DialogRowCollectionT.)
Public methodAdd(String)
Adds a row to the list with the specified text.
Public methodClear
Removes all rows from the list.
(Inherited from DialogRowCollectionT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Gets the row at the specified index.
(Inherited from DialogRowCollectionT.)
Public methodGetEnumerator (Inherited from DialogRowCollectionT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurence of the specified row to the list.
(Inherited from DialogRowCollectionT.)
Public methodToString (Inherited from Object.)
Top
See Also