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
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
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