Table of Contents

Class SharedString

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll
[FormerlySerializedType("Ceres.SharedString, Ceres")]
public class SharedString : SharedVariable<string>, ICloneable, IDisposable, IVariable<string>
Inheritance
SharedString
Implements
Inherited Members
Extension Methods

Constructors

SharedString()

public SharedString()

SharedString(string)

public SharedString(string value)

Parameters

value string

Methods

CloneT()

protected override SharedVariable<string> CloneT()

Returns

SharedVariable<string>