constructs a method item for an unknown method.
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[]);
MethodItem Class | log4net.Core Namespace