Exemple #1
0
 public void AddRange(TableRecordFieldStylesCollection tabValue)
 {
     for (int intCounter = 0; (intCounter < tabValue.Count); intCounter = (intCounter + 1))
     {
         this.Add(tabValue[intCounter]);
     }
 }
Exemple #2
0
 public TableRecordFieldStylesEnumerator(TableRecordFieldStylesCollection tabMappings)
 {
     this.iEnLocal = ((System.Collections.IEnumerable)(tabMappings));
     this.iEnBase  = iEnLocal.GetEnumerator();
 }
Exemple #3
0
 public TableRecordFieldStylesCollection(TableRecordFieldStylesCollection tabValue)
 {
     this.AddRange(tabValue);
 }