Table of Contents

Method RegisterType

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

RegisterType(string, Type)

Adds specified type for code completion to the type list.

public virtual void RegisterType(string name, Type type)

Parameters

name string

Specifies name of the type.

type Type

Specifies type to register.

RegisterType(string, Type, bool)

Adds specified type for code completion to the type list.

public virtual void RegisterType(string name, Type type, bool global)

Parameters

name string

Specifies name of the type.

type Type

Specifies type to register.

global bool

Specifies whether the type is global.