IList
Overview
List interface.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: IEnumerable | ICollection | IList
Properties
Item
Access a value by index.
Required Methods
Add
method Add(val: Object)
void Add(Object val)
func Add(_ val: Object)
void Add(Object val)
Sub Add(val As Object)
Parameters:
- val:
Clear
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Contains
returns true if this list contains this value.
Parameters:
- val:
Remove
removes an item from list, implementations that don't support this should throw.
Parameters:
- val: