Namespace: System.util.collections
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public bool ContainsKey( IComparable key ) |
| Visual Basic |
|---|
Public Function ContainsKey ( _ key As IComparable _ ) As Boolean |
| Visual C++ |
|---|
public: bool ContainsKey( IComparable^ key ) |
Parameters
- key
- Type: System..::..IComparable