Boo.Lang.Compiler.TypeSystem.InternalGenericMethod.InternalGenericMethod C# (CSharp) 메소드

InternalGenericMethod() 공개 메소드

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