CSharpCodeWriter.IncreaseIndent(Int32) 方法

定义

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

参数

size
Int32

返回

适用于