Microsoft.Cci.MutableCodeModel.CodeCopier.CodeCopier C# (CSharp) Метод

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

Provides copy of a method body, a statement, or an expression, in which the references to the nodes inside a cone is replaced. The cone is defined using the parent class.
public CodeCopier ( IMetadataHost host, ISourceLocationProvider sourceLocationProvider ) : System
host IMetadataHost
sourceLocationProvider ISourceLocationProvider
Результат System
    public CodeCopier(IMetadataHost host, ISourceLocationProvider/*?*/ sourceLocationProvider)
      : base(host) {
      this.sourceLocationProvider = sourceLocationProvider;
      this.createMutableType = new CreateMutableType(this);
    }
    /// <summary>

Same methods

CodeCopier::CodeCopier ( IMetadataHost host, ISourceLocationProvider sourceLocationProvider, IDefinition rootOfCone, List &newTypes ) : System