C# Класс Boo.Lang.Compiler.TypeSystem.ExternalConstructedTypeInfo

Наследование: IConstructedTypeInfo
Показать файл Открыть проект

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

Метод Описание
ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
GetMethodTemplate ( IMethod method ) : IMethod

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

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

public ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
tss TypeSystemServices
type ExternalType
Результат System

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

public GetMethodTemplate ( IMethod method ) : IMethod
method IMethod
Результат IMethod