Microsoft.Cci.MetadataReaderHost.Redirect C# (CSharp) Метод

Redirect() публичный Метод

Provides the host with an opportunity to add, remove or substitute assembly references in the given list. This avoids the cost of rewriting the entire unit in order to make such changes.
public Redirect ( IUnit referringUnit, IEnumerable assemblyReferences ) : IEnumerable
referringUnit IUnit The unit that contains these references.
assemblyReferences IEnumerable The assembly references to substitute.
Результат IEnumerable
    public virtual IEnumerable<IAssemblyReference> Redirect(IUnit referringUnit, IEnumerable<IAssemblyReference> assemblyReferences) {
      return assemblyReferences;
    }

Same methods

MetadataReaderHost::Redirect ( IUnit referringUnit, INamedTypeReference typeReference ) : INamedTypeReference