Astra Unity 2.6.6
Astra Unity Plugin
|
Interface for 2 element generic tuplets More...
Public Member Functions | |
void | UpsertBySlot (int slot, System.Object a, System.Object b) |
void | RemoveBySlot (int slot, bool reindex=true) |
Tuplet< System.Object, System.Object > | GetFromSlotGeneric (int slot) |
System.Collections.IEnumerator | GetEnumeratorGeneric () |
Properties | |
int | Count [get] |
Interface for 2 element generic tuplets
System.Collections.IEnumerator Astra.Serialization.ITuplets2.GetEnumeratorGeneric | ( | ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
Tuplet< System.Object, System.Object > Astra.Serialization.ITuplets2.GetFromSlotGeneric | ( | int | slot | ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
void Astra.Serialization.ITuplets2.RemoveBySlot | ( | int | slot, |
bool | reindex = true |
||
) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
void Astra.Serialization.ITuplets2.UpsertBySlot | ( | int | slot, |
System.Object | a, | ||
System.Object | b | ||
) |
Implemented in Astra.Serialization.Tuplets< A, B, C >.