CSharpCodeWriter.SetIndent(Int32) 方法

定义

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

参数

size
Int32

返回

适用于