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