IXamlTypeBuilder<TBackendEmitter>.

DefineMethod(IXamlType, IEnumerable<IXamlType>, string, bool, bool, bool, IXamlMethod) Method

Syntax

IXamlMethodBuilder<TBackendEmitter> DefineMethod(IXamlType returnType, IEnumerable<IXamlType> args, string name, bool isPublic, bool isStatic, bool isInterfaceImpl, IXamlMethod overrideMethod = null)

Parameters

Name Type Description
returnType IXamlType
args IEnumerable<IXamlType>
name string
isPublic bool
isStatic bool
isInterfaceImpl bool
overrideMethod IXamlMethod

Return Value