[Missing <summary> documentation for "M:NHibernate.Event.Default.EvictVisitor.EvictCollection(System.Object,NHibernate.Type.CollectionType)"]

Namespace: NHibernate.Event.Default
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual void EvictCollection(
	Object value,
	CollectionType type
)
Visual Basic
Public Overridable Sub EvictCollection ( _
	value As Object, _
	type As CollectionType _
)
Visual C++
public:
virtual void EvictCollection(
	Object^ value, 
	CollectionType^ type
)

Parameters

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:NHibernate.Event.Default.EvictVisitor.EvictCollection(System.Object,NHibernate.Type.CollectionType)"]

type
Type: NHibernate.Type..::..CollectionType

[Missing <param name="type"/> documentation for "M:NHibernate.Event.Default.EvictVisitor.EvictCollection(System.Object,NHibernate.Type.CollectionType)"]

See Also