C# 클래스 Mono.Xml.MiniParser.AttrListImpl

상속: IMutableAttrList
파일 보기 프로젝트 열기: rackerlabs/openstack-guest-agents-windows-xenserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
names System.Collections.ArrayList
values System.Collections.ArrayList

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( string name, string value ) : void
name string
value string
리턴 void

AttrListImpl() 공개 메소드

public AttrListImpl ( ) : System
리턴 System

AttrListImpl() 공개 메소드

public AttrListImpl ( IAttrList attrs ) : System
attrs IAttrList
리턴 System

AttrListImpl() 공개 메소드

public AttrListImpl ( int initialCapacity ) : System
initialCapacity int
리턴 System

ChangeValue() 공개 메소드

public ChangeValue ( string name, string newValue ) : void
name string
newValue string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( IAttrList attrs ) : void
attrs IAttrList
리턴 void

GetName() 공개 메소드

public GetName ( int i ) : string
i int
리턴 string

GetValue() 공개 메소드

public GetValue ( int i ) : string
i int
리턴 string

GetValue() 공개 메소드

public GetValue ( string name ) : string
name string
리턴 string

Remove() 공개 메소드

public Remove ( int i ) : void
i int
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

프로퍼티 상세

names 보호되어 있는 프로퍼티

protected ArrayList,System.Collections names
리턴 System.Collections.ArrayList

values 보호되어 있는 프로퍼티

protected ArrayList,System.Collections values
리턴 System.Collections.ArrayList