| LayoutT Constructor (T) |
Initializes a new instance of the
LayoutT class.
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax Public Sub New (
value As T
)
Dim value As T
Dim instance As New Layout(value)
new :
value : 'T -> Layout
Parameters
- value
- Type: T
Fixed value
See Also