Castle.MonoRail.Framework.Adapters.FileDictionaryAdapter.Clear C# (CSharp) Method

Clear() public method

Removes all elements from the object.
The object is read-only.
public Clear ( ) : void
return void
		public void Clear()
		{
			throw new NotImplementedException();
		}