Table of Contents

Method UnregisterNamespace

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

UnregisterNamespace(string)

Removes specified namespace from the 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.