FindMethodMethodSignature.

FindMethodMethodSignature(string, IXamlIlType, IXamlIlType[]) Constructor

Namespace
XamlIl.TypeSystem
Containing Type
FindMethodMethodSignature

Syntax

public FindMethodMethodSignature(string name, IXamlIlType returnType, params IXamlIlType[] parameters)

Parameters

Name Type Description
name string
returnType IXamlIlType
parameters IXamlIlType[]

Return Value

Type Description
void