Method GetDataType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
GetDataType(Type, bool, IList<INetNamespace>)
protected virtual string GetDataType(Type type, bool useHtmlFormatting, IList<INetNamespace> nspaces)
Parameters
type
TypeuseHtmlFormatting
boolnspaces
IList<INetNamespace>
Returns
GetDataType(Type, bool, bool, IList<INetNamespace>)
protected virtual string GetDataType(Type type, bool shortName, bool useHtmlFormatting, IList<INetNamespace> nspaces)
Parameters
type
TypeshortName
booluseHtmlFormatting
boolnspaces
IList<INetNamespace>
Returns
GetDataType(Type, bool, bool, bool, bool, bool, IList<INetNamespace>, CodeCompletionScope, bool)
protected virtual string GetDataType(Type type, bool shortName, bool checkShortName, bool useGenericArgs, bool useDescription, bool useHtmlFormatting, IList<INetNamespace> nspaces, CodeCompletionScope scope, bool insertText = false)
Parameters
type
TypeshortName
boolcheckShortName
booluseGenericArgs
booluseDescription
booluseHtmlFormatting
boolnspaces
IList<INetNamespace>scope
CodeCompletionScopeinsertText
bool