JProperty Constructor (JProperty) |
Initializes a new instance of the
JProperty class
Namespace:
Stimulsoft.Base.Json.Linq
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public JProperty(
JProperty other
)
Public Sub New (
other As JProperty
)
Parameters
- other
- Type: Stimulsoft.Base.Json.LinqJProperty
[Missing <param name="other"/> documentation for "M:Stimulsoft.Base.Json.Linq.JProperty.#ctor(Stimulsoft.Base.Json.Linq.JProperty)"]
See Also