Class SharedString
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 SharedString : SharedVariable<string>, ICloneable, 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
System.ICloneable
System.IDisposable