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

System() приватный Метод

private System ( object value ) : int
value object
Результат int
        int System.Collections.IList.Add(object value) { throw null; }
        bool System.Collections.IList.Contains(object value) { throw null; }

Same methods

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