C# Class System.Net.Configuration.BypassElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Add ( BypassElement element ) : void
BypassElementCollection ( ) : System
Clear ( ) : void
IndexOf ( BypassElement element ) : int
Remove ( BypassElement element ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : BypassElement
this ( string name ) : BypassElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public method

public Add ( BypassElement element ) : void
element BypassElement
return void

BypassElementCollection() public method

public BypassElementCollection ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
return Object

IndexOf() public method

public IndexOf ( BypassElement element ) : int
element BypassElement
return int

Remove() public method

public Remove ( BypassElement element ) : void
element BypassElement
return void

Remove() public method

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

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : BypassElement
index int
return BypassElement

this() public method

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