diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-17 18:13:46 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-17 18:13:46 +0000 |
commit | 8661658b91da5dc33094e69f5af511f15f8adc91 (patch) | |
tree | 580b2206ca9a91fa42c38819fd4cc444d84d4812 /cs-dotnet/src/gatsdictionary.cs | |
parent | f68cfc5a0a8a07a2729636b1a1bedc41d2de738d (diff) | |
download | libgats-8661658b91da5dc33094e69f5af511f15f8adc91.tar.gz libgats-8661658b91da5dc33094e69f5af511f15f8adc91.tar.bz2 libgats-8661658b91da5dc33094e69f5af511f15f8adc91.tar.xz libgats-8661658b91da5dc33094e69f5af511f15f8adc91.zip |
A few real tabs wound up in the C# code...somehow.
Diffstat (limited to '')
-rw-r--r-- | cs-dotnet/src/gatsdictionary.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
34 | /// use a GatsDictionary just like the .NET standard Dictionary. | 34 | /// use a GatsDictionary just like the .NET standard Dictionary. |
35 | /// </remarks> | 35 | /// </remarks> |
36 | public class GatsDictionary : GatsObject, IDictionary<string, GatsObject> | 36 | public class GatsDictionary : GatsObject, IDictionary<string, GatsObject> |
37 | // ICollection<KeyValuePair<string, GatsObject>>, | 37 | // ICollection<KeyValuePair<string, GatsObject>>, |
38 | // IEnumerable<KeyValuePair<string, GatsObject>> | 38 | // IEnumerable<KeyValuePair<string, GatsObject>> |
39 | { | 39 | { |
40 | private Dictionary<string, GatsObject> Value = | 40 | private Dictionary<string, GatsObject> Value = |