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

Specifies name of type to remove.

Returns

bool

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