C# Класс KNFoundation.KNKVC.KNArrayKVC

IList specific KVC features.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SetValueForKey() публичный статический Метод

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.
Результат void

ValueForKey() публичный статический Метод

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.
Результат System.Collections.ArrayList