Microsoft.Cci.SourceEditHostEnvironment.RegisterAsLatest C# (CSharp) Метод

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

Registers the output of the given compilation as the latest unit associated with the given location. Such units can then be discovered by clients via GetUnit.
public RegisterAsLatest ( ICompilation compilation ) : void
compilation ICompilation
Результат void
    public void RegisterAsLatest(ICompilation compilation) {
      this.RegisterAsLatest(compilation.Result);
    }