Méthode | Description | |
---|---|---|
Add ( object value ) : int | ||
Clear ( ) : void | ||
FixedSizeListWrapper ( IList innerList ) : System.Runtime.InteropServices | ||
Insert ( int index, object value ) : void | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void |
public FixedSizeListWrapper ( IList innerList ) : System.Runtime.InteropServices | ||
innerList | IList | |
Résultat | System.Runtime.InteropServices |
public Insert ( int index, object value ) : void | ||
index | int | |
value | object | |
Résultat | void |