Method | Description | |
---|---|---|
Add ( string name, |
||
Clear ( ) : void | ||
CopyTo ( |
||
Get ( int index ) : |
||
Get ( string name ) : |
||
GetEnumerator ( ) : IEnumerator | ||
GetKey ( int index ) : string | ||
Remove ( string name ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : |
||
this ( string name ) : |
Method | Description | |
---|---|---|
ConfigurationSectionCollection ( |
||
DetachFromConfigurationRecord ( ) : void | ||
GetObjectData ( SerializationInfo info, |
||
VerifyIsAttachedToConfigRecord ( ) : void |
public Add ( string name, |
||
name | string | |
section | ||
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public Get ( int index ) : |
||
index | int | |
return |
public Get ( string name ) : |
||
name | string | |
return |
public this ( int index ) : |
||
index | int | |
return |
public this ( string name ) : |
||
name | string | |
return |