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