Was this page helpful?

Tuplet<T1> Class

    Table of contents
    1. 1. Generic Parameters
      1. 1.1. Parameter T1
    2. 2. Members
      1. 2.1. Constructors
      2. 2.2. Fields
      3. 2.3. Properties
      4. 2.4. Methods
    Table of Contents
    public class Tuplet<T1>
    Namespace: MindTouch
    Assembly: mindtouch.dream
    Type Hierarchy:
    Implements:
    A Tuple of 1 item.

    Generic Parameters

    Parameter T1

    The type of the first item.
    Constraints:
    none

    Members

    Constructors

    Visibility Description
    Public Tuplet() Create a new instance.
    Public Tuplet(Object[] items) Create a new instance from a list of items.
    Public Tuplet(T1 t1) Create a new instance with initial values for all items.

    Fields

    Visibility Description
    Public Item1 The first item.

    Properties

    Visibility Description
    Public Count (Override) Number of elements in the tuple
    Public this[int index] (Override) Accessor to tuple elements by position.

    Methods

    Visibility Description
    Public ToArray() Convert tuple into an array of elements. (Inherited from ATuplet)
    Public ToString() Create a string representation of the Tuple (Inherited from ATuplet)
    Public Equals(object obj) (Inherited from Object)
    Public GetHashCode() (Inherited from Object)
    Public GetType() (Inherited from Object)
    Protected MemberwiseClone() (Inherited from Object)
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by