|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| TransactionTraceIdentifier (string transactionIdentifier, int cloneIdentifier) | |
| override int | GetHashCode () |
| override bool | Equals ([NotNullWhen(true)] object obj) |
| bool | Equals (TransactionTraceIdentifier other) |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static bool | operator== (TransactionTraceIdentifier left, TransactionTraceIdentifier right) |
Properties | |
| static TransactionTraceIdentifier | Empty [get] |
| string | TransactionIdentifier [get] |
Private Attributes | |
| readonly string | _transactionIdentifier |
| readonly int | _cloneIdentifier |
Definition at line 5 of file TransactionTraceIdentifier.cs.