标签: c# visual-studio resharper
我有许多成员的枚举,如下面
public enum MyEnum { Item0, Item1, Item2, ... ItemN, }
如何使用ReSharper通过int值快速导航到枚举成员?