Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

MethodItem�Constructor�(String, String[])

constructs a method item from the name of the method and its parameters.

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal name�As�String,�_
���ByVal parameters�As�String()�_
)
[C#]
public�MethodItem(
���stringname,
���string[]parameters
);

Parameters

name
parameters

See Also

MethodItem Class | log4net.Core Namespace | MethodItem Constructor Overload List