download IOrderedDictionary.cs
Language: C#
LOC: 9
Project Info
Monkey Space(mspace)
Server: BerliOS (SVN)
Type: svn
...rc\Configuration\Nini\Util\
   IOrderedDictionary.cs
   OrderedList.cs
   OrderedListEnumerator.cs

using System;

namespace Nini.Util
{
	/// <include file='IOrderedDictionary.xml' path='//Interface[@name="IOrderedDictionary"]/docs/*' />
	public interface IOrderedDictionary
	{
		/// <include file='IOrderedDictionary.xml' path='//Method[@name="Insert"]/docs/*' />
		void Insert (int index, object key, object value);

		/// <include file='IOrderedDictionary.xml' path='//Method[@name="RemoveAt"]/docs/*' />
		void RemoveAt (int index);
	}
}

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us