System.Windows.Forms.ImageList.ImageCollection.ContainsKey C# (CSharp) Méthode

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool
            public bool ContainsKey(string key)
            {
                return _items.Find(x => x.Key == key) != null;
            }