[Missing <summary> documentation for "T:NHibernate.Cfg.SecondPassCommand"]

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

Syntax

C#
public delegate void SecondPassCommand(
	IDictionary<string, PersistentClass> persistentClasses
)
Visual Basic
Public Delegate Sub SecondPassCommand ( _
	persistentClasses As IDictionary(Of String, PersistentClass) _
)
Visual C++
public delegate void SecondPassCommand(
	IDictionary<String^, PersistentClass^>^ persistentClasses
)

Parameters

persistentClasses
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, PersistentClass>)>)>

See Also