[Missing <summary> documentation for "P:NHibernate.DebugHelpers.DictionaryProxy.Items"]

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

Syntax

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

See Also