ICollectionDictionary<TKey, TElement>.Keys Property

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

Syntax

'Declaration
ReadOnly Property Keys As ICollection(Of TKey)
ICollection<TKey> Keys { get; }
property ICollection<TKey>^ Keys {
    ICollection<TKey>^ get ();
}
abstract Keys : ICollection<'TKey> with get
function get Keys () : ICollection<TKey>

Property Value

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

.NET Framework Security

See Also

Reference

ICollectionDictionary<TKey, TElement> Interface

Microsoft.TeamFoundation.Framework.Common Namespace