[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<TValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of TValue)
public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get () sealed;
}

Implements

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

See Also