System.Collections.ArrayList.FixedSizeArrayListWrapper.Insert C# (CSharp) Méthode

Insert() public méthode

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