Tuple Members
Include Protected Members
Include Inherited Members
Represents an ordered collection of members from different hierarchies.
The Tuple type exposes the following members.
Methods
Name | Description | |
---|---|---|
{dtor}() | Releases all resources used by the Tuple. | |
Dispose() | Releases all resources used by the Tuple. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Members | Gets an instance of the MemberCollection class from the Tuple. | |
TupleOrdinal | Gets the ordinal position of the Tuple. |
Top