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

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

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