MethodItem Constructor Apache log4net™ SDK Documentation
Overload List

  NameDescription
Public methodMethodItem 
constructs a method item for an unknown method.
Public methodMethodItem(MethodBase)
constructs a method item from a method base by determining the method name and its parameters.
Public methodMethodItem(String)
constructs a method item from the name of the method.
Public methodMethodItem(String,  String )
constructs a method item from the name of the method and its parameters.
Back to Top
See Also