Table of Contents

Method UnregisterNamespace

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

UnregisterNamespace(string)

Removes specified namespace from the repository's namespace list.

public virtual bool UnregisterNamespace(string nspace)

Parameters

nspace string

Specifies name of namespace to remove.

Returns

bool

True if succeed (namespace is present in the namespace list); otherwise false.