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