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

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

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

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

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

TemplateTypeTree ( UserType templateSpecialization, UserTypeFactory factory ) : System.Collections.Generic

Initializes a new instance of the TemplateTypeTree class.

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

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

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

Initializes a new instance of the TemplateTypeTree class.
public TemplateTypeTree ( UserType templateSpecialization, UserTypeFactory factory ) : System.Collections.Generic
templateSpecialization CsDebugScript.CodeGen.UserTypes.UserType The template specialization user type.
factory CsDebugScript.CodeGen.UserTypes.UserTypeFactory The user type factory.
Результат System.Collections.Generic