C# Class Commons.Collections.CollectionsUtil

Static utility methods for collections
ファイルを表示 Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
PutElement ( IDictionary hashTable, Object key, Object newValue ) : Object

Method Details

PutElement() public static method

public static PutElement ( IDictionary hashTable, Object key, Object newValue ) : Object
hashTable IDictionary
key Object
newValue Object
return Object