C# Class log4net.Tests.Appender.AdoNet.Log4NetParameterCollection

Inheritance: System.Collections.CollectionBase, IDataParameterCollection
Afficher le fichier Open project: aurora-sim/Aurora-Libs

Méthodes publiques

Méthode Description
Contains ( string parameterName ) : bool
IndexOf ( string parameterName ) : int
RemoveAt ( string parameterName ) : void
this ( string parameterName ) : object

Méthodes protégées

Méthode Description
OnInsertComplete ( int index, object value ) : void

Method Details

Contains() public méthode

public Contains ( string parameterName ) : bool
parameterName string
Résultat bool

IndexOf() public méthode

public IndexOf ( string parameterName ) : int
parameterName string
Résultat int

OnInsertComplete() protected méthode

protected OnInsertComplete ( int index, object value ) : void
index int
value object
Résultat void

RemoveAt() public méthode

public RemoveAt ( string parameterName ) : void
parameterName string
Résultat void

this() public méthode

public this ( string parameterName ) : object
parameterName string
Résultat object