Click or drag to resize

XmlElementBase Constructor

Initializes a new instance of the XmlElementBase class.

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
protected XmlElementBase(
	string elementName,
	Layout elementValue
)

Parameters

elementName
Type: SystemString
The name of the top XML node
elementValue
Type: NLog.LayoutsLayout
The value of the top XML node
See Also