Show / Hide Table of Contents

Method WriteNameValuePair

| Improve this Doc View Source

WriteNameValuePair(String, JsonValue)

Writes a pair of name and JsonValue, separated by ':'.

Declaration
public JsonWriter WriteNameValuePair(string name, JsonValue value)
Parameters
Type Name Description
System.String name

The name.

JsonValue value

The value.

Returns
Type Description
JsonWriter

This JsonWriter for fluent coding.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest