[This is preliminary documentation and is subject to change.]
Base class for JSON pattern matching
System Object
System Attribute NFX.CodeAnalysis.JSON JSONPatternMatchAttributeNamespace: NFX.CodeAnalysis.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = true)]
public abstract class JSONPatternMatchAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = true)]
public abstract class JSONPatternMatchAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := true, Inherited := true)>
Public MustInherit Class JSONPatternMatchAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := true, Inherited := true)>
Public MustInherit Class JSONPatternMatchAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true, Inherited = true)]
public ref class JSONPatternMatchAttribute abstract : public Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true, Inherited = true)]
public ref class JSONPatternMatchAttribute abstract : public Attribute
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = true)>]
type JSONPatternMatchAttribute =
class
inherit Attribute
end
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = true)>]
type JSONPatternMatchAttribute =
class
inherit Attribute
end