C# Класс CsDebugScript.CodeGen.TypeTrees.BasicTypeTree

Type tree that represents basic type.
Наследование: TypeTree
Показать файл Открыть проект

Открытые методы

Метод Описание
BasicTypeTree ( string basicType )

Initializes a new instance of the BasicTypeTree class.

GetTypeString ( bool truncateNamespace = false ) : string

Gets the string representing this type tree in C# code.

Описание методов

BasicTypeTree() публичный Метод

Initializes a new instance of the BasicTypeTree class.
public BasicTypeTree ( string basicType )
basicType string The basic type string.

GetTypeString() публичный Метод

Gets the string representing this type tree in C# code.
public GetTypeString ( bool truncateNamespace = false ) : string
truncateNamespace bool if set to true namespace will be truncated from generating type string.
Результат string