System.Collections.Specialized.StringCollection.System C# (CSharp) Méthode

System() private méthode

private System ( object value ) : bool
value object
Résultat bool
        bool System.Collections.IList.Contains(object value) { throw null; }
        int System.Collections.IList.IndexOf(object value) { throw null; }

Same methods

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