Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A dictionary designed to provide efficient lookups for objects identified by a NodeId

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class NodeIdDictionary<T> : IDictionary<NodeId, T>, 
	ICollection<KeyValuePair<NodeId, T>>, IEnumerable<KeyValuePair<NodeId, T>>, 
	IEnumerable
Visual Basic
Public Class NodeIdDictionary(Of T) _
	Implements IDictionary(Of NodeId, T), ICollection(Of KeyValuePair(Of NodeId, T)),  _
	IEnumerable(Of KeyValuePair(Of NodeId, T)), IEnumerable
Visual C++
generic<typename T>
public ref class NodeIdDictionary : IDictionary<NodeId^, T>, 
	ICollection<KeyValuePair<NodeId^, T>>, IEnumerable<KeyValuePair<NodeId^, T>>, 
	IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Opc.Ua.NodeIdDictionary`1"]

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..NodeIdDictionary<(Of <(<'T>)>)>

See Also