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

View Source

MakeInvalidate()

Makes the current instance invalidate.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] void MakeInvalidate()