System.Windows.Forms.ListView.CheckedListViewItemCollection.ContainsKey C# (CSharp) Method

ContainsKey() public method

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