System.Collections.CollectionBase.System C# (CSharp) Method

System() protected method

protected System ( System array, int index ) : void
array System
index int
return void
        void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
        int System.Collections.IList.Add(object value) { throw null; }

Same methods

CollectionBase::System ( object value ) : bool
CollectionBase::System ( object value ) : int
CollectionBase::System ( int index, object value ) : void
CollectionBase::System ( object value ) : void