Megosztás a következőn keresztül:


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