JsonIncludeAttribute.Create Constructor
Creates the attribute with the specified inclusion mode.
Syntax
Unit: Bcl.Json.Attributes
constructor JsonIncludeAttribute.Create(AInclusionMode: TInclusionMode);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AInclusionMode | TInclusionMode | The mode that determines when the property is included. |