ValueTuple<T1, T2, T3, T4, T5> Fields

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubfieldItem1

Gets the value of the current ValueTuple<T1, T2, T3, T4, T5> instance's first element.

System_CAPS_pubfieldItem2

Gets the value of the current ValueTuple<T1, T2, T3, T4, T5> instance's second element.

System_CAPS_pubfieldItem3

Gets the value of the current ValueTuple<T1, T2, T3, T4, T5> instance's third element.

System_CAPS_pubfieldItem4

Gets the value of the current ValueTuple<T1, T2, T3, T4, T5> instance's fourth element.

System_CAPS_pubfieldItem5

Gets the value of the current ValueTuple<T1, T2, T3, T4, T5> instance's fifth element.

Return to top
Show: