[Home] Type Microsoft.FSharp.ListDebugView


Full Type Signature

type ListDebugView <'a> =
  class
    inherit obj
    val list: 'a list
  end
  with
    member Items : 'a [] with get
    new : 'a list -> ListDebugView<'a>
  end

Instance Members

MemberDescription
member Items : 'a [] with get

Static Members

MemberDescription
new : 'a list -> ListDebugView<'a>

See Also

Microsoft.FSharp


Documentation for assembly fslib, version 1.1.10.1, generated using F# version 1.1.10.1