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

InternalConstructor() 공개 메소드

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