System.Collections.ArrayList.FixedSizeArrayList.InsertRange C# (CSharp) Méthode

InsertRange() private méthode

private InsertRange ( int index, ICollection c ) : void
index int
c ICollection
Résultat void
            public override void InsertRange(int index, ICollection c)
            {
                throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
            }