Is this collection lazyily initialized?

Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsLazy As Boolean
C#
bool IsLazy { get; }
Visual C++
property bool IsLazy {
	bool get ();
}
JavaScript
function get_isLazy();

See Also