Click or drag to resize
MyTupleT1, T2 Structure

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

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

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

Type Parameters

T1

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

T2

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

The MyTupleT1, T2 type exposes the following members.

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