MW UNITY NAMESPACE








































public struct

TPair


Generates a new pair of two types of values.



public TFirst

First

The first element in this pair.



public TSecond

Second

The second element in this pair.


CONSTRUCTOR (T First, Y Second)

Summary:

Constructs a Pair with two generics.



public override int

GetHashCode ()

Summary:

A combined Hash Code with First and Second.

Returns:

HashCode.