System.Collections.ArrayList.ReadOnlyArrayList.Insert C# (CSharp) 메소드

Insert() 공개 메소드

public Insert ( int index, Object obj ) : void
index int
obj Object
리턴 void
            public override void Insert(int index, Object obj)
            {
                throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
            }