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

[Missing <summary> documentation for "P:Facebook.Json.Utilities.DictionaryWrapper`2.UnderlyingDictionary"]

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

Syntax

C#
public Object UnderlyingDictionary { get; }
Visual Basic (Declaration)
Public ReadOnly Property UnderlyingDictionary As Object
Visual C++
public:
virtual property Object^ UnderlyingDictionary {
	Object^ get () sealed;
}

Implements

IWrappedDictionary..::.UnderlyingDictionary

See Also

DictionaryWrapper<(Of <(TKey, TValue>)>) Class
Facebook.Json.Utilities Namespace