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