Class EnumerableDebuggerProxy<T>
A class that emulates any collection as an array for debugging support
Inherited Members
Namespace: NMF.Collections.Generic
Assembly: NMF.Collections.dll
Syntax
public class EnumerableDebuggerProxy<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourceEnumerableDebuggerProxy(IEnumerable<T>)
Creates a new instance
Declaration
public EnumerableDebuggerProxy(IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | items | The base collection |
Properties
| Edit this page View SourceItems
Gets the items as an array
Declaration
public T[] Items { get; }
Property Value
Type | Description |
---|---|
T[] |