315316317318319320321322
case Comparative.LessThan: case Comparative.LessThanOrEqual: //������Ҫȫȡ����� throw new EnumerationInterruptException(comp); default: throw new NotSupportException("not support yet"); } }