Interface IInvalidatable
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
IInvalidatable is an interface, which can be overrided by its children class. Inherits IDisposable.
public interface IInvalidatable : IDisposable
Methods
View SourceMakeInvalidate()
Makes the current instance invalidate.
Declaration
void MakeInvalidate()