Show / Hide Table of Contents
Editar no GitHub

Class NamespaceManager

Inheritance
Object
NamespaceManager
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Xml
Assembly: Lacuna.Pki.dll
Syntax
public class NamespaceManager

Constructors

| Improve this Doc View Source

NamespaceManager()

Declaration
public NamespaceManager()

Methods

| Improve this Doc View Source

AddNamespace(String, String)

Declaration
public void AddNamespace(string prefix, string uri)
Parameters
Type Name Description
String prefix
String uri
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
Back to top Copyright © 2015-2020 Lacuna Software