MethodBuilder.

Get(TypeBuilder, string, TypeName, AppendFunction) Method

Summary

Get a Weaver.Editor.Procedural.Scripting.MethodBuilder from the object pool and initialize it with the specified parameters.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
MethodBuilder

Syntax

public static MethodBuilder Get(TypeBuilder declaringType, string nameSource, TypeName returnType, AppendFunction bodyBuilder)

Parameters

Name Type Description
declaringType TypeBuilder
nameSource string
returnType TypeName
bodyBuilder AppendFunction

Return Value

Type Description
MethodBuilder