Search Results for

    Show / Hide Table of Contents

    Class MutableUnit<T>

    A mutable 1-tuple.

    Inheritance
    System.Object
    MutableUnit<T>
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class MutableUnit<T> : object
    Type Parameters
    Name Description
    T

    Type the tuple holds.

    Constructors

    MutableUnit(T)

    Initializes a new instance of the MutableUnit<T> class.

    Declaration
    public MutableUnit(T item)
    Parameters
    Type Name Description
    T item

    The item to hold.

    Properties

    Item

    Gets or sets the first item in the tuple.

    Declaration
    public T Item { get; set; }
    Property Value
    Type Description
    T
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0