Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.MyTuple`2

Morten Aune Lyrstad edited this page Apr 16, 2022 · 24 revisions

IndexNamespace Index

MyTuple<T1, T2> Struct

public struct MyTuple<T1, T2>

Namespace: VRage
Assembly: VRage.Library.dll

Fields

T1 Item1

T2 Item2

Constructors

MyTuple(T1 item1, T2 item2)

Clone this wiki locally