Click or drag to resize

PersistentDictionaryAddResult Enumeration

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum PersistentDictionaryAddResult
Members
  Member nameDescription
ExistingKeyNewValue Indicates that the collection already contained the specified key. The value has been replaced in the returned collection.
NewKey Indicates that the collection did not previously contain the specified key and it has been added.
See Also