Show / Hide Table of Contents

Enum DuplicateKeyBehavior

Defines behavior of JsonObject when adding items at already exist.

Namespace: Manatee.Json
Assembly: Manatee.Json.dll
Syntax
public enum DuplicateKeyBehavior

Fields

Name Description
Overwrite

Overwrite the existing item.

Throw

Throw an exception.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX