C# Class Microsoft.Cci.MutableCodeModel.CopyTypeFromIteratorToClosure

Copy a type reference used by an iterator method to a type reference used by the iterator closure. That is, replace occurences of the generic method parameters with corresponding generic type parameters.
Inheritance: MethodBodyMappingMutator
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Protected Properties

Свойство Type Description
mapping IGenericTypeParameter>.Dictionary

Méthodes publiques

Méthode Description
Visit ( ITypeReference typeReference ) : ITypeReference

Visit a type reference.

Private Methods

Méthode Description
CopyTypeFromIteratorToClosure ( IMetadataHost host, IGenericTypeParameter>.Dictionary mapping ) : Microsoft.Cci.MutableCodeModel

Method Details

Visit() public méthode

Visit a type reference.
public Visit ( ITypeReference typeReference ) : ITypeReference
typeReference ITypeReference
Résultat ITypeReference

Property Details

mapping protected_oe property

protected Dictionary mapping
Résultat IGenericTypeParameter>.Dictionary