.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    AddAsync Method

    AddAsync(int, T)

    Inserts the specified element at the specified position in this list. Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).

    Declaration
    Task AddAsync(int index, T item)
    Parameters
    int index

    index at which the specified element is to be inserted

    T item

    element to be inserted

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