Interface IInvalidatable
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
IInvalidatable is an interface, which can be overrided by its children class. Inherits IDisposable.
C#Copy[Obsolete("This has been deprecated in API12")] public interface IInvalidatable : IDisposable
Methods
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] void MakeInvalidate()