Search Results for

    Show / Hide Table of Contents

    Class ObserveProxyVariable

    Proxy variable to observe value change

    Inheritance
    object
    ObserveProxyVariable
    ObserveProxyVariable<T>
    Implements
    System.IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ObserveProxyVariable : IDisposable

    Methods

    Dispose()

    Declaration
    public abstract void Dispose()

    Register(Action<object>)

    Declaration
    public abstract void Register(Action<object> onValueChangeCallback)
    Parameters
    Type Name Description
    System.Action<T><object> onValueChangeCallback

    Implements

    System.IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX