没脾气2x · 2008-12-30 08:39:58 · 阅读: 545 那你可以来这样的,哇哈哈 enum cx { a, b, c } public class k1 { public int this[cx index] { get { throw new NotImplementedException(); } set { throw new NotImplementedException(); } } }