You've already forked linux-packaging-mono
10 lines
111 B
C#
10 lines
111 B
C#
|
|
namespace System.Transactions
|
|
{
|
|
public enum TransactionScopeAsyncFlowOption
|
|
{
|
|
Suppress,
|
|
Enabled
|
|
}
|
|
}
|