Esempio n. 1
0
 private int[] CopyIndicies(TemplateFrameVariable tfv)
 {
     int[] indexArry = new int[tfv.Indicies.Count];
     tfv.Indicies.CopyTo(indexArry);
     return(indexArry);
 }
Esempio n. 2
0
 public TemplateValue(string value, TemplateFrameVariable fv)
 {
     this.Value    = value;
     this.FrameVar = fv;
 }