[Missing <summary> documentation for "P:NHibernate.DebugHelpers.CollectionProxy`1.Items"]

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

Syntax

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

See Also