C# Class KNFoundation.KNKVC.KNArrayKVC

IList specific KVC features.
Afficher le fichier Open project: bt-browser/KNFoundation

Méthodes publiques

Méthode Description
SetValueForKey ( this o, Object value, String key ) : void

Calls SetValueForKey() with the passed key and value on each member of the array in turn.

ValueForKey ( this o, String key ) : ArrayList

Gets an array of the receiver's members' values for the given key.

Method Details

SetValueForKey() public static méthode

Calls SetValueForKey() with the passed key and value on each member of the array in turn.
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

ValueForKey() public static méthode

Gets an array of the receiver's members' values for the given key.
public static ValueForKey ( this o, String key ) : ArrayList
o this The base array.
key String The key to retrieve.
Résultat System.Collections.ArrayList