BitmapReader.Attributes.DefaultSettingAttribute.DefaultSettingAttribute C# (CSharp) Méthode

DefaultSettingAttribute() public méthode

public DefaultSettingAttribute ( string name, object defaultValue ) : System
name string
defaultValue object
Résultat System
        public DefaultSettingAttribute(string name, object defaultValue)
        {
            this._defaultValue = defaultValue;
            this._name = name;
        }
DefaultSettingAttribute