Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable Sub Clear ( _
	collection As Object _
)
C#
protected virtual void Clear(
	Object collection
)
Visual C++
protected:
virtual void Clear(
	Object^ collection
)
JavaScript
function clear(collection);

Parameters

collection
Type: System..::.Object

See Also