
'Declaration
<System.AttributeUsageAttribute(AttributeTargets.Class Or _ AttributeTargets.Enum Or _ AttributeTargets.Field Or _ AttributeTargets.Interface Or _ AttributeTargets.Parameter Or _ AttributeTargets.Property Or _ AttributeTargets.Struct, AllowMultiple=False)> Public NotInheritable Class JsonConverterAttribute Inherits C1.Web.Mvc.Serialization.C1ConverterAttribute
'Usage
Dim instance As JsonConverterAttribute
[System.AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.Struct, AllowMultiple=false)] public sealed class JsonConverterAttribute : C1.Web.Mvc.Serialization.C1ConverterAttribute
public class JsonConverterAttribute = class(C1.Web.Mvc.Serialization.C1ConverterAttribute)sealed;
System.AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.Struct, AllowMultiple=) public sealed class JsonConverterAttribute extends C1.Web.Mvc.Serialization.C1ConverterAttribute
[System.AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.Struct, AllowMultiple=false)] public __gc __sealed class JsonConverterAttribute : public C1.Web.Mvc.Serialization.C1ConverterAttribute
[System.AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.Struct, AllowMultiple=false)] public ref class JsonConverterAttribute sealed : public C1.Web.Mvc.Serialization.C1ConverterAttribute
System.Object
System.Attribute
C1.Web.Mvc.Serialization.C1ConverterAttribute
C1.JsonNet.JsonConverterAttribute