'Declaration<ComVisibleAttribute(False)> <DefaultMemberAttribute("Item")> <CLSCompliantAttribute(True)> Public Interface IKeyedCollection (Of TKey,TItem) Inherits IReadOnlyKeyedCollection(Of TKey,TItem), System.Collections.Generic.ICollection(Of TItem), System.Collections.Generic.IEnumerable(Of TItem), System.Collections.Generic.IList(Of TItem), System.Collections.Generic.IReadOnlyCollection(Of TItem), System.Collections.Generic.IReadOnlyList(Of TItem), System.Collections.IEnumerable
'UsageDim instance As IKeyedCollection(Of TKey,TItem)
[ComVisible(false)] [DefaultMember("Item")] [CLSCompliant(true)] public interface IKeyedCollection<TKey,TItem> : IReadOnlyKeyedCollection<TKey,TItem>, System.Collections.Generic.ICollection<TItem>, System.Collections.Generic.IEnumerable<TItem>, System.Collections.Generic.IList<TItem>, System.Collections.Generic.IReadOnlyCollection<TItem>, System.Collections.Generic.IReadOnlyList<TItem>, System.Collections.IEnumerable
[ComVisible(false)] [DefaultMember("Item")] [CLSCompliant(true)] generic<typename TKey> generic<typename TItem> public interface class IKeyedCollection : public IReadOnlyKeyedCollection<TKey,TItem>, System.Collections.Generic.ICollection<TItem>, System.Collections.Generic.IEnumerable<TItem>, System.Collections.Generic.IList<TItem>, System.Collections.Generic.IReadOnlyCollection<TItem>, System.Collections.Generic.IReadOnlyList<TItem>, System.Collections.IEnumerable