PERWAPI.MethodRef.MethodRef C# (CSharp) Метод

MethodRef() приватный Метод

private MethodRef ( Class paren, string name, Type retType, Type pars ) : System
paren Class
name string
retType Type
pars Type
Результат System
        internal MethodRef(Class paren, string name, Type retType, Type[] pars)
            : base(name,retType,paren)
        {
            sig.parTypes = pars;
            if (pars != null) sig.numPars = (uint)pars.Length;
        }

Same methods

MethodRef::MethodRef ( MethSig sig ) : System
MethodRef::MethodRef ( uint parIx, string name, uint sigIx ) : System