Checks when a list has no members.
Namespace: MindFusion.Charting.WebForms Assembly: MindFusion.Charting.WebForms
Syntax
C#
Copy Code
|
protected bool IsEmptyList ( IList list ) |
Visual Basic
Copy Code
|
Protected Function IsEmptyList ( _ list As IList _ ) As Boolean |
JavaScript
Copy Code
|
function IsEmptyList (list) |
Parameters
Return Value
true if the list is empty; otherwise false
See Also
|