ElementBuilder.

CommentBuilder Property

Summary

This delegate is used to append the XML comment for this element. By default it will simply append the Weaver.Editor.Procedural.Scripting.ElementBuilder.NameSource.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
ElementBuilder

Syntax

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

Value

Type Description
Action<StringBuilder>