PersistentDictionary<TKey, TValue>.Empty Field |
An empty dictionary.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
PersistentDictionary<TKey,
TValue>
See Also