Table of Contents

Class ContentItemGroup

Namespace
NuGet.ContentModel
Assembly
Chocolatey.NuGet.Packaging.dll
public class ContentItemGroup
Inheritance
ContentItemGroup
Inherited Members

Constructors

ContentItemGroup()

public ContentItemGroup()

Properties

Items

public IList<ContentItem> Items { get; }

Property Value

IList<ContentItem>

Properties

public IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>