mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 18:21:08 +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);
|
||||
}
|
||||
|
||||
public string Obsolete { get; set; }
|
||||
public bool IsObsolete { get { return !String.IsNullOrEmpty(Obsolete); } }
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue