[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ListMapper.Lazy(NHibernate.Mapping.ByCode.CollectionLazy)"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void Lazy(
	CollectionLazy collectionLazy
)
Visual Basic
Public Sub Lazy ( _
	collectionLazy As CollectionLazy _
)
Visual C++
public:
virtual void Lazy(
	CollectionLazy collectionLazy
) sealed

Parameters

collectionLazy
Type: NHibernate.Mapping.ByCode..::..CollectionLazy

[Missing <param name="collectionLazy"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ListMapper.Lazy(NHibernate.Mapping.ByCode.CollectionLazy)"]

Implements

ICollectionPropertiesMapper..::..Lazy(CollectionLazy)

See Also