JSONPatternMatchAttribute ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Base class for JSON pattern matching
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.CodeAnalysis.JSON JSONPatternMatchAttribute

Namespace: NFX.CodeAnalysis.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = true)]
public abstract class JSONPatternMatchAttribute : Attribute
See Also