Represents a mapping between a prefix and a namespace.

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

Syntax

Visual Basic (Declaration)
Public Class XmlPrefix
C#
public class XmlPrefix
C++
ref class XmlPrefix
J#
public class XmlPrefix
JScript
public class XmlPrefix

Inheritance Hierarchy

System.Object
   Mvp.Xml.Common.XmlPrefix

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also