Interface IArgBaseContainer
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
An object that contains ArgBases.
public interface IArgBaseContainer
Properties
Arguments
A list of command-line arguments to be passed to an executable.
List<ArgBase> Arguments { get; }