Table of Contents

Method RegisterNamespace

Namespace
Alternet.Syntax.Parsers.Advanced
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

RegisterNamespace(string)

Adds specified namespace to the repository's namespace list.

public virtual void RegisterNamespace(string nspace)

Parameters

nspace string

Specifies name of namespace to add.

RegisterNamespace(string, string)

Adds specified namespace to the repository's namespace list.

public virtual void RegisterNamespace(string nspace, string alias)

Parameters

nspace string

Specifies name of namespace to add.

alias string

Specifies alias of namespace.