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: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxPublic Function isEmpty As Boolean
Return Value
Type:
BooleanTrue if the Count is 0 AND the list is null.
See Also