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