Utility class implementing ToString for collections. All ToString overloads call element.ToString().

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public sealed class CollectionPrinter
Visual Basic
Public NotInheritable Class CollectionPrinter
Visual C++
public ref class CollectionPrinter sealed

Remarks

To print collections of entities or typed values, use Printer.

Inheritance Hierarchy

System..::..Object
  NHibernate.Util..::..CollectionPrinter

See Also