C# Class System.Net.Configuration.WebRequestModuleElementCollection

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

Public Methods

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

Protected Methods

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

Method Details

Add() public method

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

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 ( WebRequestModuleElement element ) : int
element WebRequestModuleElement
return int

Remove() public method

public Remove ( WebRequestModuleElement element ) : void
element WebRequestModuleElement
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

WebRequestModuleElementCollection() public method

public WebRequestModuleElementCollection ( ) : System
return System

this() public method

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

this() public method

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