ContentsIndexHome
PreviousUpNext
ITuple.this Indexer

Gets the IElement on the specified dimension.

C#
IElement this[int index];
Parameters 
Description 
int index 
The zero-based dimension of the element to get. 

The IElement on the specified dimension.