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

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

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

Syntax

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

Type Parameters

T

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

Inheritance Hierarchy

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

See Also

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