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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Mono.Collections.Generic/ReadOnlyCollection.cs')
-rw-r--r--Mono.Collections.Generic/ReadOnlyCollection.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mono.Collections.Generic/ReadOnlyCollection.cs b/Mono.Collections.Generic/ReadOnlyCollection.cs
index 07adf75..fe78414 100644
--- a/Mono.Collections.Generic/ReadOnlyCollection.cs
+++ b/Mono.Collections.Generic/ReadOnlyCollection.cs
@@ -10,7 +10,7 @@
using System;
using System.Collections;
-using System .Collections.Generic;
+using System.Collections.Generic;
namespace Mono.Collections.Generic {
@@ -34,7 +34,7 @@ namespace Mono.Collections.Generic {
get { return true; }
}
- private ReadOnlyCollection ()
+ ReadOnlyCollection ()
{
}