DictUtilssetItem(String, Object) Method
Add or replace a key/(object)value pair
Namespace: MbcsUtilsAssembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
Public Sub setItem (
key As String,
value As Object
)
Dim instance As DictUtils
Dim key As String
Dim value As Object
instance.setItem(key, value)
Parameters
- key String
- Key to add or replace
- value Object
- The new value