StringListIsNullOrEmpy Method
|
Test to see if the StringList is null or empty (has no elements)
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic static bool IsNullOrEmpy(
StringList s
)
Public Shared Function IsNullOrEmpy (
s As StringList
) As Boolean
public:
static bool IsNullOrEmpy(
StringList^ s
)
static member IsNullOrEmpy :
s : StringList -> bool
Parameters
- s
- Type: Perforce.P4StringList
Return Value
Type:
Boolean
See Also