EasyUA Reference
ContainsKey(IReference,ITypeTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IReferenceDictionary<T> Class > ContainsKey Method : ContainsKey(IReference,ITypeTable) Method

reference
The reference.
typeTree
The type tree.

Glossary Item Box

Returns true if the dictionary contains a reference that matches any subtype of the reference type.

Syntax

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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.