Exemplo n.º 1
0
 public ServiceModelDictionary(ServiceModelStrings strings)
 {
     _strings = strings;
     _count   = strings.Count;
 }
Exemplo n.º 2
0
 public ServiceModelDictionary(ServiceModelStrings strings)
 {
     this.strings = strings;
     this.count   = strings.Count;
 }