Méthode | Description | |
---|---|---|
Add ( item ) : void | ||
Contains ( item ) : bool | ||
CopyTo ( Array, array, int arrayIndex ) : void | ||
GetEnumerator ( ) : IEnumerator |
||
IndexOf ( item ) : int | ||
Insert ( int index, item ) : void | ||
ReactiveCollection ( IObjectSpace objectSpace ) : System, | ||
Remove ( item ) : bool | ||
this ( int index ) : TIList |
public CopyTo ( Array, array, int arrayIndex ) : void | ||
array | Array, | |
arrayIndex | int | |
Résultat | void |
public ReactiveCollection ( IObjectSpace objectSpace ) : System, | ||
objectSpace | IObjectSpace | |
Résultat | System, |