Navigation: X# 文档 > X# 编译器错误和警告
Warning XS0169
The field '{0}' is never used
This warning will be shown when you declare a private field or method and you are never using that inside the class where it is defined.