프로퍼티 | 타입 | 설명 | |
---|---|---|---|
names | |||
values |
메소드 | 설명 | |
---|---|---|
Add ( string name, string value ) : void | ||
AttrListImpl ( ) : System | ||
AttrListImpl ( IAttrList attrs ) : System | ||
AttrListImpl ( int initialCapacity ) : System | ||
ChangeValue ( string name, string newValue ) : void | ||
Clear ( ) : void | ||
CopyFrom ( IAttrList attrs ) : void | ||
GetName ( int i ) : string | ||
GetValue ( int i ) : string | ||
GetValue ( string name ) : string | ||
Remove ( int i ) : void | ||
Remove ( string name ) : void |
public AttrListImpl ( int initialCapacity ) : System | ||
initialCapacity | int | |
리턴 | System |
public ChangeValue ( string name, string newValue ) : void | ||
name | string | |
newValue | string | |
리턴 | void |