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

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

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

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

Type Parameters

T1

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

T2

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

T3

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

T4

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

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

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