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