Table of Contents

Method IsSpecialType

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

IsSpecialType(Type)

Gets a value indicating whether the Type has a name that requires special handling.

public static bool IsSpecialType(Type type)

Parameters

type Type

Type to evaluate.

Returns

bool

True if the Type has a name that requires special handling; otherwise, false.