C# Class Commons.Collections.CollectionsUtil

Static utility methods for collections
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity

Méthodes publiques

Méthode Description
PutElement ( IDictionary hashTable, Object key, Object newValue ) : Object

Method Details

PutElement() public static méthode

public static PutElement ( IDictionary hashTable, Object key, Object newValue ) : Object
hashTable IDictionary
key Object
newValue Object
Résultat Object