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

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function Instantiate As Object
C#
public abstract Object Instantiate()
Visual C++
public:
virtual Object^ Instantiate() abstract
JavaScript
function instantiate();

See Also