PersistentDictionaryTKey, TValueEmpty Field |
An empty dictionary.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static readonly PersistentDictionary<TKey, TValue> Empty
Public Shared ReadOnly Empty As PersistentDictionary(Of TKey, TValue)
public:
static initonly PersistentDictionary<TKey, TValue>^ Empty
static val Empty: PersistentDictionary<'TKey, 'TValue>
Field Value
Type:
PersistentDictionaryTKey,
TValueSee Also