Table of Contents

Method UnregisterType

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

UnregisterType(string)

Removes specified type from the type list.

public virtual bool UnregisterType(string name)

Parameters

name string

Name of type to remove.

Returns

bool

True if succeed; otherwise false.