-
Notifications
You must be signed in to change notification settings - Fork 2
PatternValue Class
sequenze edited this page Jun 19, 2017
·
3 revisions
Entity used for describing interoperable value types when serializing and deserializing json objects.
Object
internal class PatternValue
Name | Description |
---|---|
TypeName | Textual representation of the underlying tuple element type. |
Value | Generic representation of the underlying tuple element value. |
Name | Description |
---|---|
PatternValue() | Initializes a new instance of the PatternValue class. |
PatternValue(String,Object) | Initializes a new instance of the PatternValue class. |