Mono.ILASM.GenericTypeInst.CreateMethodRef C# (CSharp) Метод

CreateMethodRef() защищенный Метод

protected CreateMethodRef ( BaseTypeRef ret_type, PEAPI call_conv, string name, BaseTypeRef param, int gen_param_count ) : BaseMethodRef
ret_type BaseTypeRef
call_conv PEAPI
name string
param BaseTypeRef
gen_param_count int
Результат BaseMethodRef
                protected override BaseMethodRef CreateMethodRef (BaseTypeRef ret_type,
                        PEAPI.CallConv call_conv, string name, BaseTypeRef[] param, int gen_param_count)
                {
                        throw new InternalErrorException ("Should not be called");
                }