阅读背景:

在Visual Studio设计器中公开枚举(标志)的集合

来源:互联网 

I've got an enum of types of data that might be shown in a .NET Forms control and I want to provide an interface for consumers of the control to filter some of the types (set some of the flags). A bit field seems the logical way to do this, unfortunately, the enum starts at 0 rather than 1 (0, 1, 2, 4, 8, ...) and can't be changed.I've got an enum of types of data that might be




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: