| MethodCallParameter Constructor (String, Layout, Type) |
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public MethodCallParameter(
string name,
Layout layout,
Type type
)
Public Sub New (
name As String,
layout As Layout,
type As Type
)
Dim name As String
Dim layout As Layout
Dim type As Type
Dim instance As New MethodCallParameter(name, layout,
type)
new :
name : string *
layout : Layout *
type : Type -> MethodCallParameter
Parameters
- name
- Type: SystemString
The name of the parameter. - layout
- Type: NLog.LayoutsLayout
The layout. - type
- Type: SystemType
The type of the parameter.
See Also