JsonPreserveCaseDictionaryAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The attribute to preserve the letter case for dictionary keys.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class JsonPreserveCaseDictionaryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)>]
type JsonPreserveCaseDictionaryAttribute = class
inherit Attribute
Public NotInheritable Class JsonPreserveCaseDictionaryAttribute
Inherits Attribute
- Inheritance
-
JsonPreserveCaseDictionaryAttribute
- Attributes
Constructors
JsonPreserveCaseDictionaryAttribute() |