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

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

private CustomAttribute ( MetaDataElement paren, Method constrType, Constant val ) : System
paren MetaDataElement
constrType Method
val Constant
Результат System
        internal CustomAttribute(MetaDataElement paren, Method constrType,
            Constant[] val)
        {
            parent = paren;
            type = constrType;
            argVals = val;
            changed = true;
            sortTable = true;
            tabIx = MDTable.CustomAttribute;
        }

Same methods

CustomAttribute::CustomAttribute ( MetaDataElement paren, Method constrType, byte val ) : System
CustomAttribute::CustomAttribute ( PEReader buff ) : System