ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ItemCollectionExtensions Class / Empty<T> Method
The items type.

In This Topic
    Empty<T> Method
    In This Topic
    Gets empty item collection.
    Syntax
    'Declaration
     
    Public Shared Function Empty(Of T)() As IItemCollection(Of T)
    public static IItemCollection<T> Empty<T>()

    Type Parameters

    T
    The items type.
    See Also