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

[Missing <summary> documentation for "P:Facebook.Json.Linq.JObject.System#Collections#Generic#IDictionary{TKey@TValue}#Values"]

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
ICollection<JToken> IDictionary<string, JToken>.Values { get; }
Visual Basic (Declaration)
Private ReadOnly Property Values As ICollection(Of JToken)
	Implements IDictionary(Of String, JToken).Values
Visual C++
private:
virtual property ICollection<JToken^>^ Values {
	ICollection<JToken^>^ get () sealed = IDictionary<String^, JToken^>::Values::get;
}

Implements

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

See Also

JObject Class
Facebook.Json.Linq Namespace