Instantiate an empty instance of the "underlying" collection (not a wrapper)

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

Syntax

Visual Basic (Declaration)
Function Instantiate As Object
C#
Object Instantiate()
Visual C++
Object^ Instantiate()
JavaScript
function instantiate();

See Also