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

RemoveAt() public méthode

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