Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Interface: RT.CommandLine.ICommandLineValidatable<in TTranslation>

Summary

Contains methods to validate a set of parameters passed by the user on the command-line and parsed by CommandLineParser.

Generic type parameters

TTranslation A translation-string class containing the error messages that can occur during validation.

Instance methods

ConsoleColoredString
Validate(TTranslation tr)
  • Abstract
When implemented in a class, returns an error message if the contents of the class are invalid, otherwise returns null.