Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 317 Bytes

UsingStatements.md

File metadata and controls

10 lines (6 loc) · 317 Bytes

Config - Using Statements

The following using statements are always included

  • using System.Threading;
  • using System.Threading.Tasks;

The values given in [using statements] will add additional using statements.

Alternative you can also fully qualify your types in TypeMap and leave this empty.