C# 클래스 log4net.Tests.Appender.AdoNet.Log4NetParameterCollection

상속: System.Collections.CollectionBase, IDataParameterCollection
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs

공개 메소드들

메소드 설명
Contains ( string parameterName ) : bool
IndexOf ( string parameterName ) : int
RemoveAt ( string parameterName ) : void
this ( string parameterName ) : object

보호된 메소드들

메소드 설명
OnInsertComplete ( int index, object value ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( string parameterName ) : bool
parameterName string
리턴 bool

IndexOf() 공개 메소드

public IndexOf ( string parameterName ) : int
parameterName string
리턴 int

OnInsertComplete() 보호된 메소드

protected OnInsertComplete ( int index, object value ) : void
index int
value object
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( string parameterName ) : void
parameterName string
리턴 void

this() 공개 메소드

public this ( string parameterName ) : object
parameterName string
리턴 object