Interface IDependencyContainer
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
An object that contains Dependencys and Restrictions.
public interface IDependencyContainer
- Extension Methods
Properties
Dependencies
A list of interfaces this implementation depends upon.
List<Dependency> Dependencies { get; }
Property Value
Restrictions
A list of interfaces that are restricted to specific versions when used.
List<Restriction> Restrictions { get; }