MethodItem Constructor (String, String)Apache log4net™ SDK Documentation
constructs a method item from the name of the method and its parameters.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public MethodItem(
	string name,
	string[] parameters
)

Parameters

name
Type: SystemString

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

parameters
Type: SystemString

[Missing <param name="parameters"/> documentation for "M:log4net.Core.MethodItem.#ctor(System.String,System.String[])"]

See Also

Reference