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