[Missing <summary> documentation for "M:NHibernate.Engine.CollectionEntry.AfterAction(NHibernate.Collection.IPersistentCollection)"]

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

Syntax

C#
public void AfterAction(
	IPersistentCollection collection
)
Visual Basic
Public Sub AfterAction ( _
	collection As IPersistentCollection _
)
Visual C++
public:
void AfterAction(
	IPersistentCollection^ collection
)

Parameters

collection
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="collection"/> documentation for "M:NHibernate.Engine.CollectionEntry.AfterAction(NHibernate.Collection.IPersistentCollection)"]

See Also