CacheStoreUtilities.AdjustRawGetValuesResult - метод Смотри также Terrasoft.Core.Store - пространство имен > CacheStoreUtilities - класс : AdjustRawGetValuesResult - метод C#
- keys
- The list of keys, whose existence is checked in the rawGetValuesResult dictionary.
- rawGetValuesResult
- Dictionary in which the keys with values keys are searched.
Glossary Item Box
public static IDictionary<string,object> AdjustRawGetValuesResult( IEnumerable<string> keys, IDictionary<string,object> rawGetValuesResult )
Параметры
- keys
- The list of keys, whose existence is checked in the rawGetValuesResult dictionary.
- rawGetValuesResult
- Dictionary in which the keys with values keys are searched.
Тип возвращаемого значения
Dictionary with values of the keys keys. If the passed rawGetValuesResult dictionary was missing a value with any key from the keys, then a record with this key andnull
value is added to the returned dictionary. If null
value is passed as the value of the rawGetValuesResult dictionary, then a dictionary will be returned, in which null
value will be added for each key from keys.