BenSelect Documentation
Add(TKey,TValue) Method
See Also  Send Feedback
Selerix.Foundation.Data Namespace > KeyValuePairList<TKey,TValue> Class > Add Method : Add(TKey,TValue) Method
key
Key
value
Value
Cascaded add of new values to list

Syntax

JScript 
public function Add( 
   key : TKey,
   value : TValue
) : KeyValuePairList;

Parameters

key
Key
value
Value

Return Value

modified list for following modification

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.