Shortcut addSystem.Collections.Generic namespace added to globalusingsed for get methods.

This commit is contained in:
Onurkan Bakırcı 2022-05-06 10:14:46 +03:00 committed by GitHub
parent d5b5d6cca7
commit 9817c865f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,3 +83,4 @@ global using System.Runtime.Serialization;
global using System.Threading.Tasks;
global using System.Threading;
global using System;
global using System.Collections.Generic;