PersistentDictionaryAddResult Enumeration |
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 enum PersistentDictionaryAddResult
Public Enumeration PersistentDictionaryAddResult
public enum class PersistentDictionaryAddResult
type PersistentDictionaryAddResult
Members
| Member name | Description |
---|
| 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