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 Source

    MakeInvalidate()

    Makes the current instance invalidate.

    Declaration
    void MakeInvalidate()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX