- Namespace
- XamlX
.TypeSystem - Containing Type
- IXamlTypeBuilder
<TBackendEmitter>
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 |
|
name | string | |
isPublic | bool | |
isStatic | bool | |
isInterfaceImpl | bool | |
overrideMethod | IXamlMethod |
Return Value
Type | Description |
---|---|
IXamlMethodBuilder |