mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-02 22:30:24 +00:00
[Bind] Added Enum.Obsolete property
This commit is contained in:
parent
33c9fe5025
commit
bf65005e7b
|
@ -69,6 +69,9 @@ namespace Bind.Structures
|
||||||
{
|
{
|
||||||
ConstantCollection.Add(constant.Name, constant);
|
ConstantCollection.Add(constant.Name, constant);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public string Obsolete { get; set; }
|
||||||
|
public bool IsObsolete { get { return !String.IsNullOrEmpty(Obsolete); } }
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue