CollectionDebugView Class
Namespace: Stride.Core.DiagnosticsAssembly: 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 |
Constructors
CollectionDebugView(IEnumerable)
public CollectionDebugView(IEnumerable collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IEnumerable | collection |
Properties
Items
public object[] Items { get; }
Property Value
Type | Description |
---|---|
System.Object[] |