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

Insert() public method

public Insert ( int index, object value ) : void
index int
value object
return void
			public override void Insert(int index, object value) 
			{
				throw new NotSupportedException(this.ErrorMessage);
			}