List Methods

RxJS

The List type exposes the following members.

Methods

  NameDescription
Add
Adds item to the list.
Clear
Clears the list.
GetCount
Returns the amount of items in the list.
GetItem
returns item at position index.
GetType (Inherited from Object.)
IndexOf
Searches item in the list and returns it index if found, returns -1 otherwise.
Remove
Tries to remove item from list, returns boolean indicating success.
RemoveAt
Removes item at index.
SetItem
Replaces value at postition index with item.
ToArray
ToLocaleString (Inherited from Object.)
ToString (Inherited from Object.)

See Also