InjectorScriptBuilder.

AppendGetMember(StringBuilder, InjectionAttribute, bool) Method

Summary

Appends code to get the System.Reflection.MemberInfo of the specified `attribute`.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
InjectorScriptBuilder

Syntax

public bool AppendGetMember(StringBuilder text, InjectionAttribute attribute, bool setter)

Parameters

Name Type Description
text StringBuilder
attribute InjectionAttribute
setter bool

Return Value

Type Description
bool