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

InternalInterface() private method

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