Interface IInvalidatable

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    IInvalidatable is an interface, which can be overrided by its children class. Inherits IDisposable.

    [Obsolete("This has been deprecated in API12")]
    public interface IInvalidatable : IDisposable

    Methods

    View Source

    MakeInvalidate()

    Makes the current instance invalidate.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    void MakeInvalidate()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX