CSharpCodeWriter.Write(String) 方法

定义

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ Write(System::String ^ data);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter Write (string data);
override this.Write : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function Write (data As String) As CSharpCodeWriter

参数

data
String

返回

适用于