Table of Contents

Method RegisterType

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

RegisterType(string, Type)

Adds specified type to the type list.

public virtual void RegisterType(string name, Type type)

Parameters

name string

Key name of the type.

type Type

Type to register.

RegisterType(string, Type, bool)

Adds specified type to the type list.

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

Parameters

name string

Name of the type.

type Type

Type to register.

global bool

Indicates whether type is global.