CollectionDebugView<T> Class
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
Use this class to provide a debug output in Visual Studio debugger.
System.Object →
CollectionDebugView<T>
Derived from CollectionDebugView<T>:
public class CollectionDebugView<T>
Type Parameters
Name | Description |
---|---|
T |
Name | Description | |
---|---|---|
Constructors | ||
CollectionDebugView(ICollection<T>) | ||
Properties | ||
Items |
Constructors
CollectionDebugView(ICollection<T>)
public CollectionDebugView(ICollection<T> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<T> | collection |
Properties
Items
public T[] Items { get; }
Property Value
Type | Description |
---|---|
T[] |