Show / Hide Table of Contents

Interface IElementContainer

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

Namespace: ZeroInstall.Model
Assembly: ZeroInstall.Model.dll
Syntax
public interface IElementContainer

Properties

Elements

A list of Groups and Implementations contained within this element.

Declaration
List<Element> Elements { get; }
Property Value
Type Description
List<Element>
In This Article
Back to top Copyright Bastian Eicher et al