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

A method constructed by supplying type arguments to a generic method, involving internal types.
Constructed methods constructed from external generic methods with external type parameters are themselves external, and are represented as ExternalMethod instances. All other cases are represented by this type.
Наследование: IMethod, IConstructedMethodInfo
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GenericConstructedMethod ( TypeSystemServices tss, IMethod definition, IType arguments ) : System
GetParameters ( ) : IParameter[]
IsDefined ( IType attributeType ) : bool
ToString ( ) : string

Приватные методы

Метод Описание
BuildFullName ( ) : string
IsFullyConstructed ( ) : bool

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

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

public GenericConstructedMethod ( TypeSystemServices tss, IMethod definition, IType arguments ) : System
tss TypeSystemServices
definition IMethod
arguments IType
Результат System

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

public GetParameters ( ) : IParameter[]
Результат IParameter[]

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

public IsDefined ( IType attributeType ) : bool
attributeType IType
Результат bool

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

public ToString ( ) : string
Результат string