Mvp.Xml Library API Documentation
Initializes the new variable.
Namespace: Mvp.Xml.Common.XPath
Assembly: Mvp.Xml (in Mvp.Xml.dll)
Syntax
| C# |
|---|
public XPathVariable( string name, Object value ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ name As String, _ value As Object _ ) |
| Visual C++ |
|---|
public: XPathVariable ( String^ name, Object^ value ) |
Parameters
- name
- String
The name to assign to the variable.
- value
- Object
The variable value.
See Also
XPathVariable Structure
Mvp.Xml.Common.XPath Namespace