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

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

Syntax

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

Parameters

context
XmlNamespaceManager
A previously filled context with the namespaces to use.

See Also