Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ConcurrentCollectorExtensions Class

    Namespace: Stride.Core.Threading
    Assembly: Stride.Core.dll
    System.Object → ConcurrentCollectorExtensions
    Derived from ConcurrentCollectorExtensions:

    public static class ConcurrentCollectorExtensions
    Name Description
    Methods
    Add<T>(ConcurrentCollector<T>, T, ConcurrentCollectorCache<T>)
    | Improve this Doc View Source

    Methods


    Add<T>(ConcurrentCollector<T>, T, ConcurrentCollectorCache<T>)

    public static void Add<T>(this ConcurrentCollector<T> collection, T item, ConcurrentCollectorCache<T> cache)
    Parameters
    Type Name Description
    ConcurrentCollector<T> collection
    T item
    ConcurrentCollectorCache<T> cache
    Type Parameters
    Name Description
    T

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation