XmlConfig Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| XmlConfig Constructor |
| XmlConfig Class See Also Send Feedback |
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 ) |