System.Collections.ArrayList.ReadOnlyArrayListWrapper.SetRange C# (CSharp) 메소드

SetRange() 공개 메소드

public SetRange ( int index, ICollection c ) : void
index int
c ICollection
리턴 void
			public override void SetRange(int index, ICollection c) 
			{
				throw new NotSupportedException(this.ErrorMessage);
			}