Click or drag to resize
MyTupleT1, T2, T3, T4, T5 Structure

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.MyTuple`5"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public struct MyTuple<T1, T2, T3, T4, T5>

Type Parameters

T1

[Missing <typeparam name="T1"/> documentation for "T:VRage.MyTuple`5"]

T2

[Missing <typeparam name="T2"/> documentation for "T:VRage.MyTuple`5"]

T3

[Missing <typeparam name="T3"/> documentation for "T:VRage.MyTuple`5"]

T4

[Missing <typeparam name="T4"/> documentation for "T:VRage.MyTuple`5"]

T5

[Missing <typeparam name="T5"/> documentation for "T:VRage.MyTuple`5"]

The MyTupleT1, T2, T3, T4, T5 type exposes the following members.

Constructors
  NameDescription
Public methodMyTupleT1, T2, T3, T4, T5
Initializes a new instance of the MyTupleT1, T2, T3, T4, T5 class
Top
Fields
  NameDescription
Public fieldItem1
Public fieldItem2
Public fieldItem3
Public fieldItem4
Public fieldItem5
Top
See Also