Table of Contents

Method CreateObject

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

CreateObject(IEnumerable<KeyValuePair<string, RuleJsonValue>>)

Creates an object node.

public static RuleJsonValue CreateObject(IEnumerable<KeyValuePair<string, RuleJsonValue>> properties)

Parameters

properties IEnumerable<KeyValuePair<string, RuleJsonValue>>

The properties, in document order.

Returns

RuleJsonValue

Exceptions

ArgumentNullException

properties is null or contains a null name or value.