C# Class System.Net.Configuration.BypassElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public méthode

public Add ( BypassElement element ) : void
element BypassElement
Résultat void

BypassElementCollection() public méthode

public BypassElementCollection ( ) : System
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
Résultat Object

IndexOf() public méthode

public IndexOf ( BypassElement element ) : int
element BypassElement
Résultat int

Remove() public méthode

public Remove ( BypassElement element ) : void
element BypassElement
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : BypassElement
index int
Résultat BypassElement

this() public méthode

public this ( string name ) : BypassElement
name string
Résultat BypassElement