C# 클래스 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.
상속: MethodBodyMappingMutator
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mapping IGenericTypeParameter>.Dictionary

공개 메소드들

메소드 설명
Visit ( ITypeReference typeReference ) : ITypeReference

Visit a type reference.

비공개 메소드들

메소드 설명
CopyTypeFromIteratorToClosure ( IMetadataHost host, IGenericTypeParameter>.Dictionary mapping ) : Microsoft.Cci.MutableCodeModel

메소드 상세

Visit() 공개 메소드

Visit a type reference.
public Visit ( ITypeReference typeReference ) : ITypeReference
typeReference ITypeReference
리턴 ITypeReference

프로퍼티 상세

mapping 보호되어 있는 프로퍼티

protected Dictionary mapping
리턴 IGenericTypeParameter>.Dictionary