docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryCopyTo

    TryCopyTo(ListBuffer<T>)

    Try to copy the list into another list.

    Declaration
    public bool TryCopyTo(ListBuffer<T> other)
    Parameters
    Type Name Description
    ListBuffer<T> other

    The destination of the copy.

    Returns
    Type Description
    bool
    • true
      when the copy was performed.
    • false
      when the copy was aborted because the destination have a capacity too small.
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)