Table of Contents

Method AddType

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

AddType(Type, bool)

Adds specified type to the collection of types.

public static void AddType(Type type, bool global)

Parameters

type Type

Type to add.

global bool

True if type should be added to the collection of global type; otherwise false.