[Missing <summary> documentation for "P:NHibernate.Event.EventListeners.PreCollectionRecreateEventListeners"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IPreCollectionRecreateEventListener[] PreCollectionRecreateEventListeners { get; set; } |
| Visual Basic |
|---|
Public Property PreCollectionRecreateEventListeners As IPreCollectionRecreateEventListener() Get Set |
| Visual C++ |
|---|
public: property array<IPreCollectionRecreateEventListener^>^ PreCollectionRecreateEventListeners { array<IPreCollectionRecreateEventListener^>^ get (); void set (array<IPreCollectionRecreateEventListener^>^ value); } |