Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PromoterType

Guid System.Transactions.Transaction.PromoterType
getinherited

Definition at line 129 of file Transaction.cs.

130 {
131 get
132 {
133 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
134 if (log.IsEnabled())
135 {
136 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "PromoterType");
137 }
138 if (Disposed)
139 {
140 throw new ObjectDisposedException("Transaction");
141 }
143 {
145 }
146 }
147 }
InternalTransaction _internalTransaction