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

ExternalConstructor() public method

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