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