System.Collections.SortedList.ValueList.Contains C# (CSharp) Méthode

Contains() public méthode

public Contains ( Object value ) : bool
value Object
Résultat bool
            public virtual bool Contains(Object value)
            {
                return _sortedList.ContainsValue(value);
            }