.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    AddAll Method

    AddAll<TItem>(ICollection<TItem>)

    Adds all.

    Declaration
    Task<bool> AddAll<TItem>(ICollection<TItem> items)
        where TItem : T
    Parameters
    ICollection<TItem> items

    element collection

    Returns
    Task<Boolean>

    true if this collection changed, false otherwise.

    Type Parameters
    TItem

    type of elements

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.