Show / Hide Table of Contents

Class EnumerableDebuggerProxy<T>

A class that emulates any collection as an array for debugging support

Inheritance
object
EnumerableDebuggerProxy<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Collections.Generic
Assembly: NMF.Collections.dll
Syntax
public class EnumerableDebuggerProxy<T>
Type Parameters
Name Description
T

Constructors

| Edit this page View Source

EnumerableDebuggerProxy(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 Source

Items

Gets the items as an array

Declaration
public T[] Items { get; }
Property Value
Type Description
T[]
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX