2006-12-01 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / System.Collections.Specialized / IOrderedDictionary.cs
index 38e6f2acf96627d90444521dbf58e4d8af5318a9..ee3be914995bcc58f527dfbbc10d244560fef4a6 100644 (file)
@@ -4,7 +4,7 @@
 // Author: Todd Berman <tberman@gentoo.org>
 //
 // (C) 2003 Todd Berman
-
+// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -32,6 +32,7 @@ namespace System.Collections.Specialized
 {
        public interface IOrderedDictionary : IDictionary
        {
+               new IDictionaryEnumerator GetEnumerator ();
                void Insert (int idx, object key, object value);
                void RemoveAt (int idx);