C# 클래스 Tiny.Metadata.MethodSignature

상속: Method
파일 보기 프로젝트 열기: scottwis/tiny

공개 메소드들

메소드 설명
MethodSignature ( bool hasThis, bool explicitThis, CallingConvention callingConvention, int genericParamCount, IReadOnlyList parameters, Type retType ) : System.Collections.Generic

메소드 상세

MethodSignature() 공개 메소드

public MethodSignature ( bool hasThis, bool explicitThis, CallingConvention callingConvention, int genericParamCount, IReadOnlyList parameters, Type retType ) : System.Collections.Generic
hasThis bool
explicitThis bool
callingConvention CallingConvention
genericParamCount int
parameters IReadOnlyList
retType Type
리턴 System.Collections.Generic