System.Collections.ArrayList.FixedSizeArrayListWrapper.Insert C# (CSharp) Метод

Insert() публичный Метод

public Insert ( int index, object value ) : void
index int
value object
Результат void
			public override void Insert(int index, object value) 
			{
				throw new NotSupportedException(this.ErrorMessage);
			}