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

Syntax

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

See Also