[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.IItemCollection-1

IItemCollection<T> Interface

Defines interface to readonly collection.

Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public interface IItemCollection<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T