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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateGenericList(System.Type)"]

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

Syntax

C#
public static IList CreateGenericList(
	Type listType
)
Visual Basic (Declaration)
Public Shared Function CreateGenericList ( _
	listType As Type _
) As IList
Visual C++
public:
static IList^ CreateGenericList(
	Type^ listType
)

Parameters

listType
Type: System..::.Type

[Missing <param name="listType"/> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateGenericList(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateGenericList(System.Type)"]

See Also

CollectionUtils Class
Facebook.Json.Utilities Namespace