Click or drag to resize

YArgumentParser Properties

The YArgumentParser type exposes the following members.

Properties
  Name Description
Public property Args Get the argument list as a list of string.
Public property ArgsLine Get the argument list as a string line.
Public property Arguments Get the list of YArgument parsed by the engine.
Public property ItemEnum Get a YArgument from the argName or null if the given param is not found.
Public property ItemInt32 Get the string argument at the given index.
Public property ItemString Get a YArgument from the argName or null if the given param is not found.
Top
See Also