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