System.Reflection.Emit.ConstructorOnTypeBuilderInstantiation.GetConstructor C# (CSharp) Method

GetConstructor() static private method

static private GetConstructor ( ConstructorInfo Constructor, TypeBuilderInstantiation type ) : ConstructorInfo
Constructor System.Reflection.ConstructorInfo
type TypeBuilderInstantiation
return System.Reflection.ConstructorInfo
        internal static ConstructorInfo GetConstructor(ConstructorInfo Constructor, TypeBuilderInstantiation type)
        {
            return new ConstructorOnTypeBuilderInstantiation(Constructor, type);
        }
        #endregion