Exemplo n.º 1
0
 public bool TryImport(string name, out Inferred inferred)
 {
     return(references.TryImport(this.name, name, out inferred));
 }