<<<<<<< HEAD ListWrapper(T).isEmpty Method
Click or drag to resize
ListWrapperTisEmpty Method
Checks to see if the list is empty. ********WARNING******** This method is bugged. It performs an AND operation instead of an OR operation.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool isEmpty()

Return Value

Type: Boolean
True if the Count is 0 AND the list is null.
See Also
======= ListWrapper(T).isEmpty Method
Click or drag to resize
ListWrapperTisEmpty Method

[Missing <summary> documentation for "M:Planetbase.ListWrapper`1.isEmpty"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool isEmpty()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Planetbase.ListWrapper`1.isEmpty"]

See Also
>>>>>>> origin/gh-pages