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:
Diffstat (limited to 'mcs/class/System.Data/System.Data/DataRowBuilder.cs')
-rw-r--r--mcs/class/System.Data/System.Data/DataRowBuilder.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/mcs/class/System.Data/System.Data/DataRowBuilder.cs b/mcs/class/System.Data/System.Data/DataRowBuilder.cs
index e0eb41730c0..1e4ac3355c1 100644
--- a/mcs/class/System.Data/System.Data/DataRowBuilder.cs
+++ b/mcs/class/System.Data/System.Data/DataRowBuilder.cs
@@ -42,11 +42,7 @@ namespace System.Data
/// constructing DataTable and DataRow.
/// </summary>
- public
-#if NET_2_0
- sealed
-#endif
- class DataRowBuilder
+ public class DataRowBuilder
{
#region Fields