public ValuesCollection(IntermediateAssemblyReferenceDictionary owner)
 {
     this.owner = owner;
 }
Exemplo n.º 2
0
 internal KeysCollection(IntermediateAssemblyReferenceDictionary owner)
 {
     this.owner = owner;
 }