-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path中文命定譯.cs
103 lines (96 loc) · 4.55 KB
/
中文命定譯.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
using 字符串 = System.String;
using 三十二位元整數 = System.Int32;
using 六十四位元整數 = System.Int64;
using 單精度浮點數 = System.Single;
using 雙精度浮點數 = System.Double;
using 日期時間 = System.DateTime;
using 布林 = System.Boolean;
using 字元 = System.Char;
using 位元組 = System.Byte;
using 位元組陣列 = System.Byte[];
using 位元組串流 = System.IO.MemoryStream;
using 位元組讀取器 = System.IO.BinaryReader;
using 位元組寫入器 = System.IO.BinaryWriter;
using 位元組讀取器 = System.IO.BinaryReader;
using 位元組寫入器 = System.IO.BinaryWriter;
using 列表 = System.Collections.Generic.List;
using 字典 = System.Collections.Generic.Dictionary;
using 任務 = System.Threading.Tasks.Task;
using 異常 = System.Exception;
using 文件流 = System.IO.FileStream;
using 記憶體流 = System.IO.MemoryStream;
using 網路請求 = System.Net.Http.HttpRequestMessage;
using 網路回應 = System.Net.Http.HttpResponseMessage;
using 網路客戶端 = System.Net.Http.HttpClient;
using 網路內容 = System.Net.Http.HttpContent;
using 網路字串內容 = System.Net.Http.StringContent;
using 網路多部分內容 = System.Net.Http.MultipartFormDataContent;
using 網路表單內容 = System.Net.Http.FormUrlEncodedContent;
using 網路方法 = System.Net.Http.HttpMethod;
using 網路狀態碼 = System.Net.HttpStatusCode;
using 網路標頭 = System.Net.Http.Headers.HttpHeaders;
using 網路媒體類型標頭值 = System.Net.Http.Headers.MediaTypeHeaderValue;
using 網路內容標頭 = System.Net.Http.Headers.HttpContentHeaders;
using 網路請求標頭 = System.Net.Http.Headers.HttpRequestHeaders;
using 網路回應標頭 = System.Net.Http.Headers.HttpResponseHeaders;
using 網路請求內容 = System.Net.Http.HttpRequestMessage;
using 網路回應內容 = System.Net.Http.HttpResponseMessage;
using 網路請求內容標頭 = System.Net.Http.Headers.HttpRequestHeaders;
using 網路請求內容標頭值 = System.Net.Http.Headers.HttpRequestHeaderValue;
using 網路回應內容標頭值 = System.Net.Http.Headers.HttpResponseHeaderValue;
using 網路請求內容標頭名稱 = System.Net.Http.Headers.HttpRequestHeaderName;
using 網路回應內容標頭名稱 = System.Net.Http.Headers.HttpResponseHeaderName;
using 堆疊 = System.Collections.Generic.Stack;
using 佇列 = System.Collections.Generic.Queue;
using 集合 = System.Collections.Generic.HashSet;
using 排序字典 = System.Collections.Generic.SortedDictionary;
using 排序集合 = System.Collections.Generic.SortedSet;
using 鏈表 = System.Collections.Generic.LinkedList;
using 優先佇列 = System.Collections.Generic.PriorityQueue;
using 線程 = System.Threading.Thread;
using 互斥鎖 = System.Threading.Mutex;
using 信號量 = System.Threading.Semaphore;
using 計時器 = System.Timers.Timer;
using 正則表達式 = System.Text.RegularExpressions.Regex;
using 隨機數 = System.Random;
using 數學 = System.Math;
using 環境 = System.Environment;
using 控制台 = System.Console;
using 文件 = System.IO.File;
using 目錄 = System.IO.Directory;
using 路徑 = System.IO.Path;
using 進程 = System.Diagnostics.Process;
using 停錶 = System.Diagnostics.Stopwatch;
using 可空類型 = System.Nullable;
using 元組 = System.Tuple;
using 值元組 = System.ValueTuple;
using 列舉 = System.Enum;
using 事件處理器 = System.EventHandler;
using 委託 = System.Delegate;
using 函數 = System.Func;
using 動作 = System.Action;
using 可比較 = System.IComparable;
using 可列舉 = System.Collections.IEnumerable;
using 泛型可列舉 = System.Collections.Generic.IEnumerable;
using 可處置 = System.IDisposable;
using 鎖定 = System.Threading.Monitor;
using 並行集合 = System.Collections.Concurrent;
using 任務工廠 = System.Threading.Tasks.TaskFactory;
using 並行度 = System.Threading.Tasks.ParallelOptions;
using 線程池 = System.Threading.ThreadPool;
using 非同步操作 = System.Threading.Tasks.Task;
using 非同步操作泛型 = System.Threading.Tasks.Task<>;
using 取消令牌 = System.Threading.CancellationToken;
using 取消令牌源 = System.Threading.CancellationTokenSource;
using 反射 = System.Reflection;
using 類型 = System.Type;
using 屬性 = System.Reflection.PropertyInfo;
using 方法 = System.Reflection.MethodInfo;
using 特性 = System.Attribute;
using 序列化 = System.Serialization;
using 壓縮 = System.IO.Compression;
using 加密 = System.Security.Cryptography;
using 編碼 = System.Text.Encoding;
using 配置 = System.Configuration;
using 命令行參數 = System.CommandLine;
using 日誌 = System.Diagnostics.Debug;