System.Collections.ArrayList.FixedSizeList.RemoveAt C# (CSharp) 메소드

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void
            public virtual void RemoveAt(int index)
            {
                throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
            }
        }