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> |