Initializes a new instance of the XmlConfig class

Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public XmlConfig(
	XmlDocument doc,
	int hashcode
)
Visual Basic
Public Sub New ( _
	doc As XmlDocument, _
	hashcode As Integer _
)
Visual C++
public:
XmlConfig(
	XmlDocument^ doc, 
	int hashcode
)

Parameters

doc
Type: System.Xml..::..XmlDocument
hashcode
Type: System..::..Int32

See Also