C# Class CygwinPortableCS.Helpers

ファイルを表示 Open project: CybeSystems/CygwinPortable

Public Methods

Method Description
CombineJson ( Newtonsoft.Json.Linq.JObject object1, Newtonsoft.Json.Linq.JObject object2 ) : Newtonsoft.Json.Linq.JObject
MergeCsDictionaryAndSave ( Newtonsoft.Json.Linq.JObject csDictionary, string filePath ) : Newtonsoft.Json.Linq.JObject

Method Details

CombineJson() public static method

public static CombineJson ( Newtonsoft.Json.Linq.JObject object1, Newtonsoft.Json.Linq.JObject object2 ) : Newtonsoft.Json.Linq.JObject
object1 Newtonsoft.Json.Linq.JObject
object2 Newtonsoft.Json.Linq.JObject
return Newtonsoft.Json.Linq.JObject

MergeCsDictionaryAndSave() public static method

public static MergeCsDictionaryAndSave ( Newtonsoft.Json.Linq.JObject csDictionary, string filePath ) : Newtonsoft.Json.Linq.JObject
csDictionary Newtonsoft.Json.Linq.JObject
filePath string
return Newtonsoft.Json.Linq.JObject