Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property Keys As ICollection(Of TKey) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ThreadSafeDictionary(Of TKey,TValue) Dim value As ICollection(Of TKey) value = instance.Keys |
C# | |
---|---|
public virtual ICollection<TKey> Keys {get;} |
C++/CLI | |
---|---|
public: virtual property ICollection<TKey^>^ Keys { ICollection<TKey^>^ get(); } |
Property Value
An ICollection containing the keys of the object that implements IDictionary.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7