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

[Missing <summary> documentation for "P:Facebook.Json.Utilities.ListWrapper`1.UnderlyingList"]

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

Syntax

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

Implements

IWrappedList..::.UnderlyingList

See Also

ListWrapper<(Of <(T>)>) Class
Facebook.Json.Utilities Namespace