Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / Mono.CodeContracts / Mono.CodeContracts.Static.DataStructures / IImmutableIntMap.cs
index d4e0bb202896e07b033e4a91ed4f76a13b8499c4..9f103a9b3d14327ca9664f0edf7b9fa9583ee669 100644 (file)
@@ -30,7 +30,7 @@ using System;
 using System.Collections.Generic;
 
 namespace Mono.CodeContracts.Static.DataStructures {
-       interface IImmutableIntMap<T> {
+        public interface IImmutableIntMap<T> {
                T this [int key] { get; }
                T Any { get; }
                IEnumerable<T> Values { get; }