InjectorScriptBuilder.

AppendGetValue(StringBuilder, int, InjectionAttribute, string) Method

Summary

Appends code to get the value of the attributed member.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
InjectorScriptBuilder

Syntax

public void AppendGetValue(StringBuilder text, int indent, InjectionAttribute attribute, string objectName = "obj")

Parameters

Name Type Description
text StringBuilder
indent int
attribute InjectionAttribute
objectName string

Return Value

Type Description
void