Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / PersistableList<T> Class / Instantiate Method / Instantiate(Int32) Method
the anticipated size
Version
Instantiate(Int32) Method
Instantiate an empty instance of the "underlying" collection (not a wrapper)
Syntax
public object Instantiate( 
   int anticipatedSize
)

Parameters

anticipatedSize
the anticipated size

Return Value

an empty instance of the collection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also