Share via


ConcurrentCollectionDictionary<TKey, TElement>.Keys Property

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Keys As ICollection(Of TKey)
public ICollection<TKey> Keys { get; }
public:
virtual property ICollection<TKey>^ Keys {
    ICollection<TKey>^ get () sealed;
}
abstract Keys : ICollection<'TKey> with get 
override Keys : ICollection<'TKey> with get
final function get Keys () : ICollection<TKey>

Property Value

Type: System.Collections.Generic.ICollection<TKey>

Implements

ICollectionDictionary<TKey, TElement>.Keys

.NET Framework Security

See Also

Reference

ConcurrentCollectionDictionary<TKey, TElement> Class

Microsoft.TeamFoundation.Framework.Common Namespace