System.Collections.Specialized.StringCollection.System C# (CSharp) Method

System() public method

public System ( object value ) : void
value object
return void
        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 ( int index, object value ) : void