namespace AntDesign { /// /// Rendering mode /// public enum RenderMode { /// /// Always to render /// Always, /// /// Render when the hashCode of the parameter value changes /// ParametersHashCodeChanged, } }