Table of Contents

Method StripHeaderComment

Namespace
Alternet.FormDesigner.Wpf.Roslyn
Assembly
Alternet.FormDesigner.Roslyn.Wpf.v10.dll

StripHeaderComment(string)

Removes the leading header comment.

public override int StripHeaderComment(string code)

Parameters

code string

Code to process.

Returns

int

Length of the leading header comment if found; otherwise, 0.