BenSelect Documentation
KeyValuePairList Constructor(Int32)
See Also  Send Feedback
Selerix.Foundation.Data Namespace > KeyValuePairList Class > KeyValuePairList Constructor : KeyValuePairList Constructor(Int32)
capacity
The number of elements that the new list can initially store.
Initializes a new instance of the KeyValuePairList <string, string> class that is empty and has the specified initial capacity.

Syntax

JScript 
public function KeyValuePairList( 
   capacity : int
);

Parameters

capacity
The number of elements that the new list can initially store.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.