.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IndexOfAsync Method

    IndexOfAsync(T)

    Returns the zero-based index of the first occurrence of a specific item in this list.

    Declaration
    Task<int> IndexOfAsync(T item)
    Parameters
    T item

    element to search for

    Returns
    Task<Int32>

    the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element

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