Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Peterson <petersonjm1@gmail.com>2018-04-27 04:10:30 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-04-27 04:10:30 +0300
commite11c793663a5c25fab5fccc89a961d1a23edcf24 (patch)
tree569202c18d9738ceeee42301d02210ee943a2429 /mcs/class/System.ServiceModel
parentbb7a6f2b1bca3e3496732de72f711abb15e8af73 (diff)
Expose two public types (#8470)
* Expose two public types These types are public in the .NET 4.7.1 profile, so they should be public in Mono as well. * Bump API snapshot submodule
Diffstat (limited to 'mcs/class/System.ServiceModel')
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel.Channels/TransactionMessageProperty.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/TransactionMessageProperty.cs b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/TransactionMessageProperty.cs
index 7fc83b92bae..37d4688d6f8 100644
--- a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/TransactionMessageProperty.cs
+++ b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/TransactionMessageProperty.cs
@@ -36,7 +36,7 @@ using System.Xml;
namespace System.ServiceModel.Channels
{
- internal class TransactionMessageProperty
+ public class TransactionMessageProperty
{
Transaction tx;
Message msg;