OpenApiWriterBase.WriteValueSeparator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a separator of a value if it's needed for the next value to be written.
protected abstract void WriteValueSeparator ();
abstract member WriteValueSeparator : unit -> unit
Protected MustOverride Sub WriteValueSeparator ()