"GlobalImports.cs"

global using System.Linq;
global using StringList = System.Collections.Generic.List<string>;


Code snippet taken from "Complete C# Quick Reference - C# 10".