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

ExternalConstructor() 공개 메소드

public ExternalConstructor ( TypeSystemServices manager, ConstructorInfo ci ) : System.Reflection
manager TypeSystemServices
ci System.Reflection.ConstructorInfo
리턴 System.Reflection
        public ExternalConstructor(TypeSystemServices manager, ConstructorInfo ci)
            : base(manager, ci)
        {
        }
ExternalConstructor