C# 클래스 Pchp.CodeAnalysis.Emit.SpecializedGenericMethodInstanceReference

Represents a generic method of a generic type instantiation, closed over type parameters. e.g. A{T}.M{S}() A.B{T}.C.M{S}()
상속: SpecializedMethodReference, Microsoft.Cci.IGenericMethodInstanceReference
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

공개 메소드들

메소드 설명
Dispatch ( Microsoft.Cci visitor ) : void
SpecializedGenericMethodInstanceReference ( MethodSymbol underlyingMethod ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Cci ( Microsoft.CodeAnalysis.Emit.EmitContext context ) : IEnumerable
Cci ( Microsoft.CodeAnalysis.Emit.EmitContext context ) : Microsoft.Cci.IMethodReference

메소드 상세

Dispatch() 공개 메소드

public Dispatch ( Microsoft.Cci visitor ) : void
visitor Microsoft.Cci
리턴 void

SpecializedGenericMethodInstanceReference() 공개 메소드

public SpecializedGenericMethodInstanceReference ( MethodSymbol underlyingMethod ) : System.Collections.Generic
underlyingMethod Pchp.CodeAnalysis.Symbols.MethodSymbol
리턴 System.Collections.Generic