Enfusion Script API
|
Tuple class template with two parameters (Pair). More...
Public Member Functions | |
void | Tuple2 (T1 p1, T2 p2) |
override bool | Serialize (Serializer ctx) |
override bool | Deserializer (Serializer ctx) |
bool | Serialize (Serializer ctx) |
bool | Deserializer (Serializer ctx) |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Public Attributes | |
T1 | param1 |
T2 | param2 |