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: 2.0.8.0-.NET 4.0
Syntax

public MethodItem(
	MethodBase methodBase
)

Parameters

methodBase
Type: System.ReflectionMethodBase

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

See Also

Reference