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