CodeGeneratorOptions.BracingStyle 属性

定义

获取或设置用于大括号的样式。

public:
 property System::String ^ BracingStyle { System::String ^ get(); void set(System::String ^ value); };
public string BracingStyle { get; set; }
member this.BracingStyle : string with get, set
Public Property BracingStyle As String

属性值

包含要使用的大括号样式的字符串。

注解

此属性的默认值为 Block,指示应生成代码,以便大括号在与其关联的语句或声明所在的同一行上开始。 属性值 为 C 指示大括号从与其关联的语句或声明后面的行开始。

适用于