| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As IReferenceDictionary(Of T) Dim key As IReference Dim value As Boolean value = instance.ContainsKey(key) | |
| C# | |
|---|---|
| public bool ContainsKey( IReference key ) | |
Parameters
- key
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    