56
1
// @nuget: FluentAssertions
2
3
using System;
4
5
namespace Try_More_On_IEnumerable
6
{
7
class Program
8
{
9
static void Main(string[] args)
10
{
11
T09获取一个链接字符串.Run();
12
Console.WriteLine($"运行成功,{DateTime.Now:O}");
13
}
14
}
15
}
16
17
namespace Try_More_On_IEnumerable
18
{
19
using System;
20
using System.Collections.Generic;
21
using System.Configuration;
22
using System.IO;
23
using System.Linq;
24
using FluentAssertions;
Cached Result