你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JsonPreserveCaseDictionaryAttribute Class

Definition

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()

Applies to