Search
JsonObject.FromDictionary(TKey, TValue) Method
See Also
 





Converts a generic dictionary to a JsonObject.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static JsonObject FromDictionary<TKey, TValue> (
    Dictionary<TKey, TValue> dictionary
)

Visual Basic  Copy Code

Public Shared Function FromDictionary(Of TKey, TValue) ( _
    dictionary As Dictionary(Of TKey, TValue) _
) As JsonObject

 Parameters

dictionary

 Return Value

 See Also