docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QueueItemAddedEventArgs<T>

    The event arguments when an item is added to an IReadOnlyQueue.

    Inheritance
    object
    EventArgs
    QueueItemAddedEventArgs<T>
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VivoxUnity
    Assembly: VivoxUnity.dll
    Syntax
    public sealed class QueueItemAddedEventArgs<T> : EventArgs
    Type Parameters
    Name Description
    T

    The type of item in the queue.

    Constructors

    QueueItemAddedEventArgs(T)

    Constructor

    Declaration
    public QueueItemAddedEventArgs(T item)
    Parameters
    Type Name Description
    T item

    The item added to a queue.

    Properties

    Value

    The value.

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)