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

CopyTypeFromIteratorToClosure() приватный Метод

private CopyTypeFromIteratorToClosure ( IMetadataHost host, IGenericTypeParameter>.Dictionary mapping ) : Microsoft.Cci.MutableCodeModel
host IMetadataHost
mapping IGenericTypeParameter>.Dictionary
Результат Microsoft.Cci.MutableCodeModel
    internal CopyTypeFromIteratorToClosure(IMetadataHost host, Dictionary<uint, IGenericTypeParameter> mapping)
      : base(host) {
      this.mapping = mapping;
    }
CopyTypeFromIteratorToClosure