ConstructorBuilder.

AppendBaseParameters Property

Summary

Appends the parameters passed into the base constructor, I.E. "... : base(Weaver.Editor.Procedural.Scripting.ConstructorBuilder.AppendBaseParameters)".

Syntax

public Action<StringBuilder> AppendBaseParameters { get; set; }

Remarks

This value is not considered when determining if the script needs to be regenerated.

Value

Type Description
Action<StringBuilder>