Ejemplo n.º 1
0
 public static bool TryReadValue(this IJSValueReader reader, out bool value)
 {
     return(reader.TryGetBoolean(out value));
 }