Table of Contents

Class CollectionDebugView<T>

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

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

public class CollectionDebugView<T>

Type Parameters

T
Inheritance
CollectionDebugView<T>

Constructors

CollectionDebugView(ICollection<T>)

public CollectionDebugView(ICollection<T> collection)

Parameters

collection ICollection<T>

Properties

Items

public T[] Items { get; }

Property Value

T[]