Mvp.Xml Library API Documentation
Initializes a new instance of the DynamicContext class with the specified NameTable.

Namespace: Mvp.Xml.Common.XPath
Assembly:  Mvp.Xml (in Mvp.Xml.dll)

Syntax

C#
public DynamicContext(
	NameTable table
)
Visual Basic (Declaration)
Public Sub New ( _
	table As NameTable _
)
Visual C++
public:
DynamicContext (
	NameTable^ table
)

Parameters

table
NameTable
The NameTable to use.

See Also