C# Class Tiny.Metadata.MethodSignature

Inheritance: Method
显示文件 Open project: scottwis/tiny

Public Methods

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

Method Details

MethodSignature() public method

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
return System.Collections.Generic