C# 클래스 KNFoundation.KNKVC.KNArrayKVC

IList specific KVC features.
파일 보기 프로젝트 열기: bt-browser/KNFoundation

공개 메소드들

메소드 설명
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