|
Enfusion Script API
|
Tuple class template with one parameter. More...
Public Member Functions | |
| void | Tuple1 (T1 p1) |
| override bool | Serialize (Serializer ctx) |
| override 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 |
| override bool Tuple1< Class T1 >.Deserializer | ( | Serializer | ctx | ) |
Implements Tuple.
| override bool Tuple1< Class T1 >.Serialize | ( | Serializer | ctx | ) |
Implements Tuple.
| void Tuple1< Class T1 >.Tuple1 | ( | T1 | p1 | ) |