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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.