You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities Namespace > CollectionUtils Class > CollectionUtils Methods > IsNullOrEmpty Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
CollectionUtils.IsNullOrEmpty Method

Determines whether the collection is null or empty.

Syntax
C++
C#
Visual Basic
public: bool IsNullOrEmpty<T>( ICollection<T> collection );
Parameters
Parameters 
Description 
collection 
The collection. 
Returns

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

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.