Table of Contents

Interface IElementContainer

Namespace
ZeroInstall.Model
Assembly
ZeroInstall.Model.dll

An object that contains Groups and Implementations. Supports a composite pattern.

public interface IElementContainer

Properties

Elements

A list of Groups and Implementations contained within this element.

List<Element> Elements { get; }

Property Value

List<Element>