PERWAPI.Property.Property C# (CSharp) Méthode

Property() private méthode

private Property ( PEReader buff ) : System
buff PEReader
Résultat System
        internal Property(PEReader buff)
        {
            flags = buff.ReadUInt16();
            name = buff.GetString();
            typeBlobIx = buff.GetBlobIx();
            tabIx = MDTable.Property;
        }

Same methods

Property::Property ( string name, Type retType, Type pars, ClassDef parent ) : System