System.Collections.ArrayList.FixedSizeListWrapper.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
			public override void Clear() 
			{
				throw new NotSupportedException(this.ErrorMessage);
			}