[Missing <summary> documentation for "M:NHibernate.EmptyInterceptor.OnCollectionRemove(System.Object,System.Object)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual void OnCollectionRemove( Object collection, Object key ) |
| Visual Basic |
|---|
Public Overridable Sub OnCollectionRemove ( _ collection As Object, _ key As Object _ ) |
| Visual C++ |
|---|
public: virtual void OnCollectionRemove( Object^ collection, Object^ key ) |
Parameters
- collection
- Type: System..::..Object
[Missing <param name="collection"/> documentation for "M:NHibernate.EmptyInterceptor.OnCollectionRemove(System.Object,System.Object)"]
- key
- Type: System..::..Object
[Missing <param name="key"/> documentation for "M:NHibernate.EmptyInterceptor.OnCollectionRemove(System.Object,System.Object)"]