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