InjectorScriptBuilder.

AddToMethod(string, AppendFunction) Method

Summary

Adds the `contents` to the list of functions that will be called to build the specified `method`.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
InjectorScriptBuilder

Syntax

public MethodBuilder AddToMethod(string method, AppendFunction contents)

Parameters

Name Type Description
method string
contents AppendFunction

Return Value

Type Description
MethodBuilder