, - Items , _items , .
, , ( ). , - .
(ish) :
if (_items==null)
{
var s = ConfigurationManager.AppSettings.get_Item("Items");
var i = JsonConvert.DeserializeObject(s);
_items = i;
}
return (_items);
, Items.
Lazy<T>, .
Lazy <T> ?
, , List<T> - (, ConcurrentDictionary<T1, T2> ReadOnlyCollection<T>), .
, , , , - ( ) , , .