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

Represents a strongly typed list of FacebookObjectBase objects.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public class FacebookList<T> : List<T>, 
	IFacebookList
where T : new(), FacebookObjectBase
Visual Basic (Declaration)
Public Class FacebookList(Of T As {New, FacebookObjectBase}) _
	Inherits List(Of T) _
	Implements IFacebookList
Visual C++
generic<typename T>
where T : gcnew(), FacebookObjectBase
public ref class FacebookList : public List<T>, 
	IFacebookList

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Facebook.Api.FacebookList`1"]

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(T>)>)
    Facebook.Api..::.FacebookList<(Of <(T>)>)

See Also

FacebookList<(Of <(T>)>) Members
Facebook.Api Namespace