C# 클래스 Boo.Lang.Compiler.TypeSystem.InternalGenericMethod

A generic method definition on an internal type.
상속: Boo.Lang.Compiler.TypeSystem.InternalMethod, IGenericMethodInfo
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
ConstructMethod ( IType arguments ) : IMethod
InternalGenericMethod ( TypeSystemServices tss, Method method ) : System
Resolve ( List targetList, string name, EntityType flags ) : bool

메소드 상세

ConstructMethod() 공개 메소드

public ConstructMethod ( IType arguments ) : IMethod
arguments IType
리턴 IMethod

InternalGenericMethod() 공개 메소드

public InternalGenericMethod ( TypeSystemServices tss, Method method ) : System
tss TypeSystemServices
method Boo.Lang.Compiler.Ast.Method
리턴 System

Resolve() 공개 메소드

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
리턴 bool