Interface IDeprecatable
Represents objects that can be deprecated.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IDeprecatable
Properties
| Edit this page View SourceIsDeprecated
Gets whether this object is deprecated.
Declaration
bool IsDeprecated { get; }
Property Value
| Type | Description |
|---|---|
| bool |