IXamlIlTypeBuilder.

DefineMethod(IXamlIlType, IEnumerable<IXamlIlType>, string, bool, bool, bool, IXamlIlMethod) Method

Namespace
XamlIl.TypeSystem
Containing Type
IXamlIlTypeBuilder

Syntax

IXamlIlMethodBuilder DefineMethod(IXamlIlType returnType, IEnumerable<IXamlIlType> args, string name, bool isPublic, bool isStatic, bool isInterfaceImpl, IXamlIlMethod overrideMethod = null)

Parameters

Name Type Description
returnType IXamlIlType
args IEnumerable<IXamlIlType>
name string
isPublic bool
isStatic bool
isInterfaceImpl bool
overrideMethod IXamlIlMethod

Return Value

Type Description
IXamlIlMethodBuilder