using System; using System.Collections.Generic; using System.Text; namespace zero.Core.Renderer { public class NestedOptions : AbstractFieldOptions { public int Max { get; set; } public string AddLabel { get; set; } } }