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: 1.2.15.0 (1.2.15.0)
Syntax

public MethodItem(
	string name,
	string[] parameters
)

Parameters

name
Type: OnlineSystem String

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

parameters
Type:  OnlineSystem String 

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

See Also