C# Class Mono.Xml.MiniParser.AttrListImpl

Inheritance: IMutableAttrList
Afficher le fichier Open project: rackerlabs/openstack-guest-agents-windows-xenserver Class Usage Examples

Protected Properties

Свойство Type Description
names System.Collections.ArrayList
values System.Collections.ArrayList

Méthodes publiques

Méthode 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 méthode

public Add ( string name, string value ) : void
name string
value string
Résultat void

AttrListImpl() public méthode

public AttrListImpl ( ) : System
Résultat System

AttrListImpl() public méthode

public AttrListImpl ( IAttrList attrs ) : System
attrs IAttrList
Résultat System

AttrListImpl() public méthode

public AttrListImpl ( int initialCapacity ) : System
initialCapacity int
Résultat System

ChangeValue() public méthode

public ChangeValue ( string name, string newValue ) : void
name string
newValue string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyFrom() public méthode

public CopyFrom ( IAttrList attrs ) : void
attrs IAttrList
Résultat void

GetName() public méthode

public GetName ( int i ) : string
i int
Résultat string

GetValue() public méthode

public GetValue ( int i ) : string
i int
Résultat string

GetValue() public méthode

public GetValue ( string name ) : string
name string
Résultat string

Remove() public méthode

public Remove ( int i ) : void
i int
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

Property Details

names protected_oe property

protected ArrayList,System.Collections names
Résultat System.Collections.ArrayList

values protected_oe property

protected ArrayList,System.Collections values
Résultat System.Collections.ArrayList