CodeWriter.IncreaseIndent(Int32) 方法

定義

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ IncreaseIndent(int size);
public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter IncreaseIndent (int size);
member this.IncreaseIndent : int -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter
Public Function IncreaseIndent (size As Integer) As CodeWriter

參數

size
Int32

傳回

適用於