.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    GetSublistAsync Method

    GetSublistAsync(int, int)

    Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.

    Declaration
    Task<IReadOnlyList<T>> GetSublistAsync(int fromIndex, int toIndex)
    Parameters
    int fromIndex

    low endpoint (inclusive) of the subList

    int toIndex

    high endpoint (exclusive) of the subList

    Returns
    Task<IReadOnlyList<T>>

    a view of the specified range within this list

    Remarks

    If fromIndex and toIndex are equal, the returned list is empty.

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