InjectorScriptBuilder.

AddToMethod(string, InjectionAttribute, 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, InjectionAttribute attribute, AppendFunction contents)

Parameters

Name Type Description
method string
attribute InjectionAttribute
contents AppendFunction

Return Value

Type Description
MethodBuilder