C# Класс Tiny.Metadata.MethodSignature

Наследование: Method
Показать файл Открыть проект

Открытые методы

Метод Описание
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