Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    CollectionDebugView<T> Class

    Namespace: Stride.Core.Diagnostics
    Assembly: Stride.Core.dll

    Use this class to provide a debug output in Visual Studio debugger.

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

    public class CollectionDebugView<T>
    Type Parameters
    Name Description
    T
    Name Description
    Constructors
    CollectionDebugView(ICollection<T>)
    Properties
    Items
    | Improve this Doc View Source

    Constructors


    CollectionDebugView(ICollection<T>)

    public CollectionDebugView(ICollection<T> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.ICollection<T> collection
    | Improve this Doc View Source

    Properties


    Items

    public T[] Items { get; }
    Property Value
    Type Description
    T[]

    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