using System; using System.Collections.Generic; using System.Text; namespace bindings { public enum SpecialFeatures { None, Color, Highlight } }