Skip to content

PatternValue Class

sequenze edited this page Jun 19, 2017 · 3 revisions

Entity used for describing interoperable value types when serializing and deserializing json objects.

Inheritance Hierarchy

Object

Syntax

internal class PatternValue

Properties

Name         Description
TypeName Textual representation of the underlying tuple element type.
Value Generic representation of the underlying tuple element value.

Constructors

Name                                               Description
PatternValue() Initializes a new instance of the PatternValue class.
PatternValue(String,Object) Initializes a new instance of the PatternValue class.

Clone this wiki locally