| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As IReferenceDictionary(Of T) Dim reference As IReference Dim typeTree As ITypeTable Dim value As Boolean value = instance.ContainsKey(reference, typeTree) | |
| C# | |
|---|---|
| public bool ContainsKey( IReference reference, ITypeTable typeTree ) | |
Parameters
- reference
- The reference.
- typeTree
- The type tree.
Return Value
true if the dictionary contains key; otherwise, false.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    