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

InternalConstructor() public method

public InternalConstructor ( TypeSystemServices typeSystemServices, Constructor constructor ) : Boo.Lang.Compiler.Ast
typeSystemServices TypeSystemServices
constructor Boo.Lang.Compiler.Ast.Constructor
return Boo.Lang.Compiler.Ast
        public InternalConstructor(TypeSystemServices typeSystemServices,
            Constructor constructor)
            : base(typeSystemServices, constructor)
        {
        }
InternalConstructor