MethodItem Constructor (MethodBase)Apache log4net™ SDK Documentation
constructs a method item from a method base by determining the method name and its parameters.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public MethodItem(
	MethodBase methodBase
)

Parameters

methodBase
Type: OnlineSystem.Reflection MethodBase

[Missing <param name="methodBase"/> documentation for "M:log4net.Core.MethodItem.#ctor(System.Reflection.MethodBase)"]

See Also