File: System\Transactions\ISimpleTransactionSuperior.cs
Project: ndp\cdf\src\NetFx20\System.Transactions\System.Transactions.csproj (System.Transactions)
using System;
 
namespace System.Transactions
{
    public interface ISimpleTransactionSuperior : ITransactionPromoter
    {
        void Rollback(
            );
    }
}