docs.unity3d.com
    Show / Hide Table of Contents

    Class EditorLinqUtility

    Inheritance
    Object
    EditorLinqUtility
    Namespace: Unity.VisualScripting
    Syntax
    public static class EditorLinqUtility

    Methods

    Cancellable<T>(IEnumerable<T>, CancellationToken)

    Declaration
    public static IEnumerable<T> Cancellable<T>(this IEnumerable<T> source, CancellationToken cancellation)
    Parameters
    Type Name Description
    IEnumerable<T> source
    CancellationToken cancellation
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T

    Cancellable<T>(IEnumerable<T>, CancellationToken, Action)

    Declaration
    public static IEnumerable<T> Cancellable<T>(this IEnumerable<T> source, CancellationToken cancellation, Action cancel)
    Parameters
    Type Name Description
    IEnumerable<T> source
    CancellationToken cancellation
    Action cancel
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023