Beispiel #1
0
 public SortEntry(System.UInt32 k, TContainerValueType v)
 {
     this.Key   = k;
     this.Value = v;
 }
Beispiel #2
0
 public SortEntry(System.Single k, TContainerValueType v)
 {
     this.Key   = k;
     this.Value = v;
 }