System.Collections.Specialized.StringCollection.System C# (CSharp) Метод

System() публичный Метод

public System ( int index, object value ) : void
index int
value object
Результат void
        void System.Collections.IList.Insert(int index, object value) { }
        void System.Collections.IList.Remove(object value) { }

Same methods

StringCollection::System ( ) : System.Collections.IEnumerator
StringCollection::System ( object value ) : bool
StringCollection::System ( object value ) : int
StringCollection::System ( System array, int index ) : void
StringCollection::System ( object value ) : void