Méthode | Description | |
---|---|---|
SetValueForKey ( this o, Object value, String key ) : void |
Calls
|
|
ValueForKey ( this o, String key ) : |
Gets an array of the receiver's members' values for the given key.
|
public static SetValueForKey ( this o, Object value, String key ) : void | ||
o | this | The base array. |
value | Object | The value to set. |
key | String | The key to set the value for. |
Résultat | void |
public static ValueForKey ( this o, String key ) : |
||
o | this | The base array. |
key | String | The key to retrieve. |
Résultat |