CodeWriter.Write メソッド

定義

オーバーロード

Write(String)
Write(String, Int32, Int32)

Write(String)

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

パラメーター

data
String

戻り値

適用対象

Write(String, Int32, Int32)

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ Write(System::String ^ data, int index, int count);
public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter Write (string data, int index, int count);
member this.Write : string * int * int -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter
Public Function Write (data As String, index As Integer, count As Integer) As CodeWriter

パラメーター

data
String
index
Int32
count
Int32

戻り値

適用対象