Connectivity Software User's Guide and Reference
IKeyedCollection<TKey,TItem> Interface
Members 



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Collections.Generic Namespace : IKeyedCollection<TKey,TItem> Interface
The type of keys in the collection.
The type of items in the collection.
An interface for a collection whose keys are embedded in the values.
Syntax
'Usage
 
Dim instance As IKeyedCollection(Of TKey,TItem)
Type Parameters
TKey
The type of keys in the collection.
TItem
The type of items in the collection.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also