public CellValueMap(CellMap srcMap) { this.regex_cellname = new System.Text.RegularExpressions.Regex("^[a-zA-Z]*$"); this.regex_cellname_wildcard = new System.Text.RegularExpressions.Regex("^[a-zA-Z\\*\\?]*$"); this.dic = new Dictionary <string, string>(System.StringComparer.OrdinalIgnoreCase); this.srcmap = srcMap; }
public CellValueMap( CellMap srcMap) { this.regex_cellname = new System.Text.RegularExpressions.Regex("^[a-zA-Z]*$"); this.regex_cellname_wildcard = new System.Text.RegularExpressions.Regex("^[a-zA-Z\\*\\?]*$"); this.dic = new Dictionary<string, string>(System.StringComparer.OrdinalIgnoreCase); this.srcmap = srcMap; }