public IEnumerable <LocatedObject <object> > GetFormulaReferObjects(LocationIndicator location)
 {
     yield return(new LocatedObject <object>(this.DefaultValue, location.AppendProperty("默认值")));
 }