Table of Contents

Method GetTypeName

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

GetTypeName(Type, bool, bool, bool, bool, bool, IList<INetNamespace>, bool)

protected virtual string GetTypeName(Type type, bool shortName, bool checkShortName, bool useGenericArgs, bool useDescription, bool useHtmlFormatting, IList<INetNamespace> namespaces, bool insertText = false)

Parameters

type Type
shortName bool
checkShortName bool
useGenericArgs bool
useDescription bool
useHtmlFormatting bool
namespaces IList<INetNamespace>
insertText bool

Returns

string