Свойство | Type | Description | |
---|---|---|---|
Default |
Méthode | Description | |
---|---|---|
GetLength ( object target ) : int | ||
GetValue ( object target, int index ) : object | ||
SetValue ( object target, int index, object value ) : void |
Méthode | Description | |
---|---|---|
ListAccessor ( ) : System.Collections |
public GetValue ( object target, int index ) : object | ||
target | object | |
index | int | |
Résultat | object |
public SetValue ( object target, int index, object value ) : void | ||
target | object | |
index | int | |
value | object | |
Résultat | void |