| Table of Contents
|
| 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, T2 t2) Create a new instance with initial values for all items. |
| Public | Tuplet(KeyValuePair<T1,T2> pair) Create a new instance from a key/value pair. |
| Visibility | Description |
|---|---|
| Public | Count (Override) Number of elements in the tuple |
| Public | this[int index] (Override) Accessor to tuple elements by position. |
| 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) |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by