System.Windows.Forms.ListView.CheckedListViewItemCollection.ContainsKey C# (CSharp) Méthode

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool
			public virtual bool ContainsKey (string key)
			{
				return IndexOfKey (key) != -1;
			}