草庐IT

BookCategory

全部标签

c# - Lance Hunt 的 C# 编码标准 - 枚举混淆

我的团队最近开始使用LanceHunt'sC#CodingStandards文档作为巩固我们的编码标准的起点。有一项我们只是不明白其中的要点,这里的任何人都可以阐明它吗?该项目是编号77:Alwaysvalidateanenumerationvariableorparametervaluebeforeconsumingit.TheymaycontainanyvaluethattheunderlyingEnumtype(defaultint)supports.Example:publicvoidTest(BookCategorycat){if(Enum.IsDefined(typeof(