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

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

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

Метод Описание
GetTypeString ( bool truncateNamespace = false ) : string

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

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

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