Ejemplo n.º 1
0
 await ws.SendAsync(File.ReadAllText(filePath), cancellationToken).ConfigureAwait(false);
Ejemplo n.º 2
0
 ? byte.TryParse(File.ReadAllText(BrightnessFilename).Trim(), out var brightness) ? brightness : (byte)0 :
Ejemplo n.º 3
0
 : ParseFromJsonString(File.ReadAllText(filePath));
 => LoadSemanticModel(File.ReadAllText(TestContext.CurrentContext.TestDirectory + "/" + file));