C# Class Tiny.Metadata.MethodSignature

Inheritance: Method
Afficher le fichier Open project: scottwis/tiny

Méthodes publiques

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

Method Details

MethodSignature() public méthode

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
Résultat System.Collections.Generic