internal SLMultiLevelStringCache Clone() { SLMultiLevelStringCache mlsc = new SLMultiLevelStringCache(); mlsc.PointCount = this.PointCount; for (int i = 0; i < this.Levels.Count; ++i) { mlsc.Levels.Add(this.Levels[i].Clone()); } return mlsc; }
internal SLMultiLevelStringCache Clone() { SLMultiLevelStringCache mlsc = new SLMultiLevelStringCache(); mlsc.PointCount = this.PointCount; for (int i = 0; i < this.Levels.Count; ++i) { mlsc.Levels.Add(this.Levels[i].Clone()); } return(mlsc); }
internal SLMultiLevelStringReference() { this.Formula = string.Empty; this.MultiLevelStringCache = new SLMultiLevelStringCache(); }