Search Results for

    Show / Hide Table of Contents

    Struct RefInt

    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 RefInt

    Constructors

    | Improve this Doc View Source

    RefInt(int, bool, VarInt)

    Declaration
    public RefInt(int value = 0, bool useSharedValue = false, VarInt sharedValue = null)
    Parameters
    Type Name Description
    int value
    bool useSharedValue
    VarInt sharedValue

    Properties

    | Improve this Doc View Source

    Value

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