Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

MethodItem�Constructor

constructs a method item for an unknown method.

Overload List

constructs a method item for an unknown method.

public�MethodItem();

constructs a method item from a method base by determining the method name and its parameters.

public�MethodItem(MethodBase);

constructs a method item from the name of the method.

public�MethodItem(string);

constructs a method item from the name of the method and its parameters.

public�MethodItem(string,string[]);

See Also

MethodItem Class | log4net.Core Namespace