List of #pragma warning disable codes and what they mean

前端 未结 4 1834
独厮守ぢ
独厮守ぢ 2021-01-01 11:17

The syntax for disabling warnings is as follows:

#pragma warning disable 414, 3021

Or, expressed more generally:

#pragma wa         


        
4条回答
  •  暖寄归人
    2021-01-01 12:12

    Look down the list of C# compiler errors and warnings to find the individual warning numbers.

提交回复
热议问题