Is this the wrapper for the given underlying collection instance?

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function IsWrapper ( _
	collection As Object _
) As Boolean
C#
public abstract bool IsWrapper(
	Object collection
)
Visual C++
public:
virtual bool IsWrapper(
	Object^ collection
) abstract
JavaScript
function isWrapper(collection);

Parameters

collection
Type: System..::.Object

Return Value

Implements

IPersistentCollection..::.IsWrapper(Object)

See Also