TUP.AsmResolver.NET.Specialized.PropertyDefinition.PropertyDefinition C# (CSharp) Method

PropertyDefinition() public method

public PropertyDefinition ( string name, PropertyAttributes attributes, uint signature ) : System
name string
attributes PropertyAttributes
signature uint
return System
        public PropertyDefinition(string name, PropertyAttributes attributes, uint signature)
            : base(new MetaDataRow((uint)attributes, 0U, signature))
        {
            this._name = name;
        }

Same methods

PropertyDefinition::PropertyDefinition ( MetaDataRow row ) : System