 | MethodCallParameter Constructor (String, Layout) |
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic MethodCallParameter(
string parameterName,
Layout layout
)
Public Sub New (
parameterName As String,
layout As Layout
)
Dim parameterName As String
Dim layout As Layout
Dim instance As New MethodCallParameter(parameterName,
layout)
new :
parameterName : string *
layout : Layout -> MethodCallParameter
Parameters
- parameterName
- Type: SystemString
Name of the parameter. - layout
- Type: NLog.LayoutsLayout
The layout.
See Also