Boo.Lang.Compiler.TypeSystem.InternalGenericMethod.InternalGenericMethod C# (CSharp) Method

InternalGenericMethod() public method

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