Пример #1
0
 public static bool TryReadValue(this IJSValueReader reader, out bool value)
 {
     return(reader.TryGetBoolen(out value));
 }