Method ContainsItem
ContainsItem(string)
Tells whether an item with the specified key
exists or not.
Declaration
public bool ContainsItem(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The identifier of the |
Returns
| Type | Description |
|---|---|
| bool |
|