Search Results for

    Show / Hide Table of Contents

    Class ObserveProxyVariable<T>

    Inheritance
    object
    ObserveProxyVariable
    ObserveProxyVariable<T>
    Implements
    System.IDisposable
    IVariable<T>
    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 class ObserveProxyVariable<T> : ObserveProxyVariable, IDisposable, IVariable<T>
    Type Parameters
    Name Description
    T

    Properties

    Value

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    Methods

    Dispose()

    Declaration
    public override sealed void Dispose()
    Overrides
    ObserveProxyVariable.Dispose()

    Register(Action<object>)

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

    Events

    OnValueChange

    Declaration
    public event Action<T> OnValueChange
    Event Type
    Type Description
    System.Action<T><T>

    Implements

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