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

Remove() public method

Removes the element with the specified key from the object.
The object is read-only.-or- The has a fixed size. key is null.
public Remove ( object key ) : void
key object The key of the element to remove.
return void
		public void Remove(object key)
		{
			throw new NotImplementedException();
		}