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

Base class for converting symbol name into typed structured tree
Показать файл Открыть проект Примеры использования класса

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

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

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

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

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

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string