Свойство | Тип | Описание | |
---|---|---|---|
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 Add ( string name, string value ) : void | ||
name | string | |
value | string | |
Результат | void |
public AttrListImpl ( IAttrList attrs ) : System | ||
attrs | IAttrList | |
Результат | System |
public AttrListImpl ( int initialCapacity ) : System | ||
initialCapacity | int | |
Результат | System |
public ChangeValue ( string name, string newValue ) : void | ||
name | string | |
newValue | string | |
Результат | void |
public CopyFrom ( IAttrList attrs ) : void | ||
attrs | IAttrList | |
Результат | void |
protected ArrayList,System.Collections names | ||
Результат |