Interface IBindingContainer
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
An object that contains Bindings.
public interface IBindingContainer
Properties
Bindings
A list of Bindings for Implementations to locate Dependencys.
List<Binding> Bindings { get; }