Microsoft.Cci.MutableCodeModel.CopyTypeFromIteratorToClosure.CopyTypeFromIteratorToClosure C# (CSharp) Méthode

CopyTypeFromIteratorToClosure() private méthode

private CopyTypeFromIteratorToClosure ( IMetadataHost host, IGenericTypeParameter>.Dictionary mapping ) : Microsoft.Cci.MutableCodeModel
host IMetadataHost
mapping IGenericTypeParameter>.Dictionary
Résultat Microsoft.Cci.MutableCodeModel
    internal CopyTypeFromIteratorToClosure(IMetadataHost host, Dictionary<uint, IGenericTypeParameter> mapping)
      : base(host) {
      this.mapping = mapping;
    }
CopyTypeFromIteratorToClosure