Class ObserveProxyVariable<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
Register(Action<object>)
Declaration
public override void Register(Action<object> onValueChangeCallback)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T><object> | onValueChangeCallback |
Overrides
Events
OnValueChange
Declaration
public event Action<T> OnValueChange
Event Type
| Type | Description |
|---|---|
| System.Action<T><T> |
Implements
System.IDisposable