Show / Hide Table of Contents

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>
In This Article
Back to top Copyright Bastian Eicher et al