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