[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ICollection<TKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TKey)
public:
virtual property ICollection<TKey>^ Keys {
	ICollection<TKey>^ get () sealed;
}

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Keys

See Also