Click or drag to resize

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)
Syntax
public static readonly PersistentDictionary<TKey, TValue> Empty

Field Value

Type: PersistentDictionary<TKey, TValue>
See Also