[This is preliminary documentation and is subject to change.]
Determines whether the collection is null or empty.
Namespace:
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.