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
 - 
      objectCollectionDebugView<T>
 
Constructors
CollectionDebugView(ICollection<T>)
public CollectionDebugView(ICollection<T> collection)
  Parameters
collectionICollection<T>
Properties
Items
public T[] Items { get; }
  Property Value
- T[]