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

InternalCallableType() private method

private InternalCallableType ( TypeSystemServices typeSystemServices, Boo.Lang.Compiler.Ast.TypeDefinition typeDefinition ) : Boo.Lang.Compiler.Ast
typeSystemServices TypeSystemServices
typeDefinition Boo.Lang.Compiler.Ast.TypeDefinition
return Boo.Lang.Compiler.Ast
        internal InternalCallableType(TypeSystemServices typeSystemServices, TypeDefinition typeDefinition)
            : base(typeSystemServices, typeDefinition)
        {
        }