ExecutablesList.Add

ExecutablesList.Add method

Adds a new executable to the collection.

public void Add(Executable exec)
ParameterTypeDescription
execExecutableAn instance of Executable’s subclass.

See Also