Changeset 17442 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/Arguments
- Timestamp:
- 02/17/20 17:29:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/Arguments/StartArgument.cs
r17180 r17442 32 32 33 33 protected override bool CheckValidity() { 34 return !string.IsNullOr Empty(Value) && !string.IsNullOrWhiteSpace(Value);34 return !string.IsNullOrWhiteSpace(Value); 35 35 } 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.