Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PriorityQueueNode<T> Class

    Namespace: Stride.Core.Collections
    Assembly: Stride.Core.dll

    Represents a node in a priority queue, to allow O(n) removal.

    System.Object → PriorityQueueNode<T>
    Derived from PriorityQueueNode<T>:

    public class PriorityQueueNode<T>
    Type Parameters
    Name Description
    T
    Name Description
    Constructors
    PriorityQueueNode(T)
    Fields
    Value
    Properties
    Index
    | Improve this Doc View Source

    Constructors


    PriorityQueueNode(T)

    public PriorityQueueNode(T value)
    Parameters
    Type Name Description
    T value
    | Improve this Doc View Source

    Fields


    Value

    public T Value
    Field Value
    Type Description
    T
    | Improve this Doc View Source

    Properties


    Index

    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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