Search Results for

    Show / Hide Table of Contents

    Struct RefString

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LobsterFramework
    Assembly: LobsterFramework.dll
    Syntax
    [Serializable]
    public struct RefString

    Constructors

    | Improve this Doc View Source

    RefString(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 Source

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation