[Missing <summary> documentation for "M:NHibernate.Collection.PersistentSet.IsWrapper(System.Object)"]

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

Syntax

C#
public override bool IsWrapper(
	Object collection
)
Visual Basic
Public Overrides Function IsWrapper ( _
	collection As Object _
) As Boolean
Visual C++
public:
virtual bool IsWrapper(
	Object^ collection
) override

Parameters

collection
Type: System..::..Object

[Missing <param name="collection"/> documentation for "M:NHibernate.Collection.PersistentSet.IsWrapper(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Collection.PersistentSet.IsWrapper(System.Object)"]

Implements

IPersistentCollection..::..IsWrapper(Object)

See Also