Namespace:  NHibernate.DebugHelpers
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Items As T()
C#
public T[] Items { get; }
Visual C++
public:
property array<T>^ Items {
	array<T>^ get ();
}
JavaScript
function get_items();

See Also