Initializes a new instance of the XmlConfig class
Namespace: CuteEditor.ImplAssembly: 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 ) |