Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    CollectionDebugView Class

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

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

    System.Object → CollectionDebugView
    Derived from CollectionDebugView:

    public class CollectionDebugView
    Name Description
    Constructors
    CollectionDebugView(IEnumerable)
    Properties
    Items
    | Improve this Doc View Source

    Constructors


    CollectionDebugView(IEnumerable)

    public CollectionDebugView(IEnumerable collection)
    Parameters
    Type Name Description
    System.Collections.IEnumerable collection
    | Improve this Doc View Source

    Properties


    Items

    public object[] Items { get; }
    Property Value
    Type Description
    System.Object[]

    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