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