예제 #1
0
 public static bool TryParse(string input, out global::Windows.Data.Json.JsonArray result)
 {
     throw new global::System.NotImplementedException("The member bool JsonArray.TryParse(string input, out JsonArray result) is not implemented in Uno.");
 }
예제 #2
0
파일: JsonObject.cs 프로젝트: neoayi/Uno
 public global::Windows.Data.Json.JsonArray GetNamedArray(string name, global::Windows.Data.Json.JsonArray defaultValue)
 {
     throw new global::System.NotImplementedException("The member JsonArray JsonObject.GetNamedArray(string name, JsonArray defaultValue) is not implemented in Uno.");
 }