Click or drag to resize

DialogRowCollectionT Class

Represents a collection of dialog rows.
Inheritance Hierarchy
SystemObject
  SampSharp.Entities.SAMPDialogRowCollectionT
    SampSharp.Entities.SAMPListDialogRowCollection
    SampSharp.Entities.SAMPTablistDialogRowCollection

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class DialogRowCollection<T> : IEnumerable<T>, 
	IEnumerable
where T : IDialogRow

Type Parameters

T
The type of the dialog rows.

The DialogRowCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodDialogRowCollectionT
Initializes a new instance of the DialogRowCollectionT class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of rows in the list.
Public propertyRawText
Gets the raw text as it is send to SA:MP.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified row to the list.
Public methodClear
Removes all rows from the list.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Gets the row at the specified index.
Public methodGetEnumerator
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.
Public methodToString (Inherited from Object.)
Top
See Also