Table of Contents

Class ItemEntryCollection<T>

Namespace
Dynamicweb.Content.Items
Assembly
Dynamicweb.dll

Represents a strongly-typed collection of item entries.

public class ItemEntryCollection<T> : Collection<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable where T : ItemEntry

Type Parameters

T

Item type.

Inheritance
ItemEntryCollection<T>
Implements
Inherited Members
Extension Methods

Constructors

ItemEntryCollection()

Initializes a new instance of an object.

public ItemEntryCollection()

ItemEntryCollection(IEnumerable<T>)

Initializes a new instance of an object.

public ItemEntryCollection(IEnumerable<T> items)

Parameters

items IEnumerable<T>

Elements to be copied to this collection.

To top