Summary
Gets a value indicating whether this
Newtonsoft.Json.JsonConverter
can write JSON.
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Containing Type
- UnionConverter
Syntax
public override bool CanWrite { get; }
Value
Type | Description |
---|---|
bool |
true if this Newtonsoft.Json.JsonConverter can write JSON; otherwise, false .
|