C# Class NanoByte.Common.Storage.XmlNamespaceAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: nano-byte/common

Public Methods

Method Description
XmlNamespaceAttribute ( string name, string ns ) : System

Specified a XmlQualifiedName (namespace short-name) for XmlStorage to use.

Method Details

XmlNamespaceAttribute() public method

Specified a XmlQualifiedName (namespace short-name) for XmlStorage to use.
public XmlNamespaceAttribute ( string name, string ns ) : System
name string The short-name.
ns string The full namespace URI.
return System