Table of Contents

Class CollectionDebugView

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

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

public class CollectionDebugView
Inheritance
CollectionDebugView

Constructors

CollectionDebugView(IEnumerable)

public CollectionDebugView(IEnumerable collection)

Parameters

collection IEnumerable

Properties

Items

public object[] Items { get; }

Property Value

object[]