Struct RefString
Inherited Members
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
[Serializable]
public struct RefString
Constructors
| Improve this Doc View SourceRefString(string, bool, VarString)
Declaration
public RefString(string value = "", bool useSharedValue = false, VarString sharedValue = null)
Parameters
Type | Name | Description |
---|---|---|
string | value | |
bool | useSharedValue | |
VarString | sharedValue |
Properties
| Improve this Doc View SourceValue
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |