C# Class Mono.Xml.MiniParser.AttrListImpl

Inheritance: IMutableAttrList
ファイルを表示 Open project: rackerlabs/openstack-guest-agents-windows-xenserver Class Usage Examples

Protected Properties

Property Type Description
names System.Collections.ArrayList
values System.Collections.ArrayList

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( string name, string value ) : void
name string
value string
return void

AttrListImpl() public method

public AttrListImpl ( ) : System
return System

AttrListImpl() public method

public AttrListImpl ( IAttrList attrs ) : System
attrs IAttrList
return System

AttrListImpl() public method

public AttrListImpl ( int initialCapacity ) : System
initialCapacity int
return System

ChangeValue() public method

public ChangeValue ( string name, string newValue ) : void
name string
newValue string
return void

Clear() public method

public Clear ( ) : void
return void

CopyFrom() public method

public CopyFrom ( IAttrList attrs ) : void
attrs IAttrList
return void

GetName() public method

public GetName ( int i ) : string
i int
return string

GetValue() public method

public GetValue ( int i ) : string
i int
return string

GetValue() public method

public GetValue ( string name ) : string
name string
return string

Remove() public method

public Remove ( int i ) : void
i int
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

Property Details

names protected_oe property

protected ArrayList,System.Collections names
return System.Collections.ArrayList

values protected_oe property

protected ArrayList,System.Collections values
return System.Collections.ArrayList