List<string> myList = new();

This lets you not have to retype the types when the type is already known

What's new in C# 9.0 - C# Guide