CodeWriter.DecreaseIndent(Int32) 方法

定义

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

参数

size
Int32

返回

适用于