Show / Hide Table of Contents

Interface IIconContainer

An object that contains Iconss.

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

Properties

Icons

Zero or more icons.

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