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

Gets the type of the typed collection's items.

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

Syntax

C#
public static Type GetCollectionItemType(
	Type type
)
Visual Basic (Declaration)
Public Shared Function GetCollectionItemType ( _
	type As Type _
) As Type
Visual C++
public:
static Type^ GetCollectionItemType(
	Type^ type
)

Parameters

type
Type: System..::.Type
The type.

Return Value

The type of the typed collection's items.

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace