PersistentDictionaryAddResult Enumeration |
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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