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

System() protected method

protected System ( int index, object value ) : void
index int
value object
return void
        void System.Collections.IList.Insert(int index, object value) { }
        void System.Collections.IList.Remove(object value) { }

Same methods

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