From 8661658b91da5dc33094e69f5af511f15f8adc91 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 17 Nov 2012 18:13:46 +0000 Subject: A few real tabs wound up in the C# code...somehow. --- cs-dotnet/src/gatsdictionary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cs-dotnet/src/gatsdictionary.cs') diff --git a/cs-dotnet/src/gatsdictionary.cs b/cs-dotnet/src/gatsdictionary.cs index 77d088c..f80d3cb 100644 --- a/cs-dotnet/src/gatsdictionary.cs +++ b/cs-dotnet/src/gatsdictionary.cs @@ -34,7 +34,7 @@ namespace Com.Xagasoft.Gats /// use a GatsDictionary just like the .NET standard Dictionary. /// public class GatsDictionary : GatsObject, IDictionary -// ICollection>, +// ICollection>, // IEnumerable> { private Dictionary Value = -- cgit v1.2.3