Check if there is an item in the list with the key specified
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool ContainsKey( string key ) |
| Visual Basic |
|---|
Public Function ContainsKey ( _ key As String _ ) As Boolean |
| JScript |
|---|
public function ContainsKey( key : String ) : boolean |
Parameters
- key
- Type: System..::..String