Castle.Core.DependencyModelCollection.Clear C# (CSharp) Method

Clear() public method

Clears this instance.
public Clear ( ) : void
return void
		public void Clear()
		{
			InnerList.Clear();
		}