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

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

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

Syntax

C#
internal class ListWrapper<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IWrappedList, IList, ICollection, 
	IEnumerable
Visual Basic (Declaration)
Friend Class ListWrapper(Of T) _
	Implements IList(Of T), ICollection(Of T),  _
	IEnumerable(Of T), IWrappedList, IList, ICollection, IEnumerable
Visual C++
generic<typename T>
internal ref class ListWrapper : IList<T>, 
	ICollection<T>, IEnumerable<T>, IWrappedList, IList, ICollection, 
	IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Facebook.Json.Utilities.ListWrapper`1"]

Inheritance Hierarchy

System..::.Object
  Facebook.Json.Utilities..::.ListWrapper<(Of <(T>)>)

See Also

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