6 lines
113 B
C#
6 lines
113 B
C#
// global using 指令
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.IO;
|