6 lines
127 B
C#
6 lines
127 B
C#
// Global using directives
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Threading.Tasks;
|