C# Class System.Configuration.SettingsPropertyCollection

Inheritance: ICloneable, ICollection, IEnumerable
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( SettingsProperty property ) : void
Clear ( ) : void
Clone ( ) : object
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
Remove ( string name ) : void
SetReadOnly ( ) : void
SettingsPropertyCollection ( ) : System.Collections
this ( string name ) : SettingsProperty

Protected Methods

Method Description
OnAdd ( SettingsProperty property ) : void
OnAddComplete ( SettingsProperty property ) : void
OnClear ( ) : void
OnClearComplete ( ) : void
OnRemove ( SettingsProperty property ) : void
OnRemoveComplete ( SettingsProperty property ) : void

Private Methods

Method Description
SettingsPropertyCollection ( Hashtable h ) : System.Collections

Method Details

Add() public method

public Add ( SettingsProperty property ) : void
property SettingsProperty
return void

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

OnAdd() protected method

protected OnAdd ( SettingsProperty property ) : void
property SettingsProperty
return void

OnAddComplete() protected method

protected OnAddComplete ( SettingsProperty property ) : void
property SettingsProperty
return void

OnClear() protected method

protected OnClear ( ) : void
return void

OnClearComplete() protected method

protected OnClearComplete ( ) : void
return void

OnRemove() protected method

protected OnRemove ( SettingsProperty property ) : void
property SettingsProperty
return void

OnRemoveComplete() protected method

protected OnRemoveComplete ( SettingsProperty property ) : void
property SettingsProperty
return void

Remove() public method

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

SetReadOnly() public method

public SetReadOnly ( ) : void
return void

SettingsPropertyCollection() public method

public SettingsPropertyCollection ( ) : System.Collections
return System.Collections

this() public method

public this ( string name ) : SettingsProperty
name string
return SettingsProperty