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

System() private method

private System ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator
        System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
        int System.Collections.IList.Add(object value) { throw null; }

Same methods

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