Search Results for

    Show / Hide Table of Contents

    Struct RefBool

    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 RefBool

    Constructors

    | Improve this Doc View Source

    RefBool(bool, bool, VarBool)

    Declaration
    public RefBool(bool value = false, bool useSharedValue = false, VarBool sharedValue = null)
    Parameters
    Type Name Description
    bool value
    bool useSharedValue
    VarBool sharedValue

    Properties

    | Improve this Doc View Source

    Value

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