C# Класс CsDebugScript.CodeGen.UserTypes.TemplateArgumentUserType

User type that represents template argument (T1, T2, etc.)
Наследование: UserType
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TemplateArgumentUserType ( string typeName, Symbol symbol )

Initializes a new instance of the TemplateArgumentUserType class.

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

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

Initializes a new instance of the TemplateArgumentUserType class.
public TemplateArgumentUserType ( string typeName, Symbol symbol )
typeName string The template argument type name.
symbol Symbol The symbol we are generating this user type from.