nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio / SyntaxWriter

SyntaxWriter

Full name Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.IL.SyntaxWriter Assembly Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio Members 6

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.IL.SyntaxWriter

02 Methods

NameOverloadsSummary
WriteMethod 1 把整棵方法语法树打印成伪代码
WriteBlock 1 把一个语句块打印到 builder
WriteExpression 1 把表达式节点打印成一个字符串
WriteStatement 1
OperatorText 1
TypeName 1

03 Members

method WriteMethod #
WriteMethod(MethodSyntax)

把整棵方法语法树打印成伪代码

method WriteBlock #
WriteBlock(StringBuilder, BlockStatement, Int32)

把一个语句块打印到 builder

method WriteExpression #
WriteExpression(Expression)

把表达式节点打印成一个字符串

method WriteStatement #
WriteStatement(StringBuilder, Statement, Int32)
method OperatorText #
OperatorText(BinaryOperator)
method TypeName #
TypeName(Type)