Class SharedUObject<TObject>
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
[Serializable]
public class SharedUObject<TObject> : SharedVariable<TObject>, ICloneable, IDisposable, IVariable<TObject>, IVariable<Object> where TObject : Object
Type Parameters
| Name | Description |
|---|---|
| TObject |
Constructors
SharedUObject()
Declaration
public SharedUObject()
SharedUObject(TObject)
Declaration
public SharedUObject(TObject value)
Parameters
| Type | Name | Description |
|---|---|---|
| TObject | value |
Methods
Bind(IVariable<Object>)
Declaration
public void Bind(IVariable<Object> other)
Parameters
| Type | Name | Description |
|---|---|---|
| IVariable<Object> | other |
Bind(SharedVariable)
Declaration
public override void Bind(SharedVariable other)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedVariable | other |
Overrides
Ceres.Graph.SharedVariable<TObject>.Bind(Ceres.Graph.SharedVariable)
CloneT()
Declaration
protected override SharedVariable<TObject> CloneT()
Returns
| Type | Description |
|---|---|
| SharedVariable<TObject> |
Overrides
Ceres.Graph.SharedVariable<TObject>.CloneT()
Explicit Interface Implementations
IVariable<Object>.Value
Declaration
Object IVariable<Object>.Value { get; set; }
Returns
| Type | Description |
|---|---|
| Object |
Implements
System.ICloneable
System.IDisposable