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);
			}