Class SharedString
Inherited Members
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class SharedString : SharedVariable<string>, IDisposable, IVariable<string>
Constructors
SharedString()
Declaration
public SharedString()
SharedString(string)
Declaration
public SharedString(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |
Methods
CloneT()
Declaration
protected override SharedVariable<string> CloneT()
Returns
Type | Description |
---|---|
SharedVariable<string> |
Overrides
Ceres.Graph.SharedVariable<string>.CloneT()
Implements
IDisposable