示例#1
0
 public IndexKeyImmutable(string path_name, IBearingTable table, Func <object, Tkey> keyProducer, IScale scale) : this(path_name)
 {
     Table           = table;
     KeyProducer     = keyProducer;
     Scale           = scale;
     scale.IndexCell = index_cell;
 }
示例#2
0
 public IndexKeyImmutable(System.IO.Stream stream, IBearingTable table, Func <object, Tkey> keyProducer, IScale scale) : this(stream)
 {
     Table           = table;
     KeyProducer     = keyProducer;
     Scale           = scale;
     scale.IndexCell = index_cell;
 }