PropertyDictionary.IDictionary<String, Object>.Values Property

Namespace:  Microsoft.Xna.Framework.GamerServices
Assembly:  Microsoft.Xna.Framework.GamerServices (in Microsoft.Xna.Framework.GamerServices.dll)

Syntax

'Declaration
Private ReadOnly Property Values As ICollection(Of Object)
    Implements IDictionary(Of String, Object).Values
ICollection<Object> IDictionary<string, Object>.Values { get; }
private:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed = IDictionary<String^, Object^>::Values::get;
}
private abstract Values : ICollection<Object> with get 
private override Values : ICollection<Object> with get

Property Value

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

Implements

IDictionary<TKey, TValue>.Values

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PropertyDictionary Class

Microsoft.Xna.Framework.GamerServices Namespace