Interface IList
Represents a collection of objects that can be individually accessed by index (ordered collection)
- IList implements ICollection, ArrayAccess
Direct known implementers
NArrayListIndirect known implementers
NMultiRouter
public
|
|
public
|
append(),
clear(),
contains(),
remove()
|
getIterator()
|
count()
|
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset()
|