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

Determines whether the collection is null or empty.

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

Syntax

C#
public static bool IsNullOrEmpty(
	ICollection collection
)
Visual Basic (Declaration)
Public Shared Function IsNullOrEmpty ( _
	collection As ICollection _
) As Boolean
Visual C++
public:
static bool IsNullOrEmpty(
	ICollection^ collection
)

Parameters

collection
Type: System.Collections..::.ICollection
The collection.

Return Value

true if the collection is null or empty; otherwise, false.

See Also

CollectionUtils Class
IsNullOrEmpty Overload
Facebook.Json.Utilities Namespace