Table of Contents

Interface IInfoObjectCollection<TInfo>

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Interface for generic info object collection

public interface IInfoObjectCollection<out TInfo> : IInfoObjectCollection, IVirtualTypedCollection, ICMSQueryable<TInfo>, ICMSQueryable, INamedEnumerable<TInfo>, INamedEnumerable, IIndexable<TInfo>, INameIndexable<TInfo>, INameIndexable, IIndexable where TInfo : BaseInfo

Type Parameters

TInfo
Inherited Members
Extension Methods

Properties

FirstItem

Returns the first item of the collection

TInfo FirstItem { get; }

Property Value

TInfo

LastItem

Returns the last item of the collection

TInfo LastItem { get; }

Property Value

TInfo