FindMethodMethodSignature.

FindMethodMethodSignature(string, IXamlType, IXamlType[]) Constructor

Namespace
XamlX.TypeSystem
Containing Type
FindMethodMethodSignature

Syntax

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

Parameters

Name Type Description
name string
returnType IXamlType
parameters IXamlType[]

Return Value

Type Description
void