다음을 통해 공유


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 은 중괄호가 연결된 문 또는 선언에 따라 줄에서 시작됨을 나타냅니다.

적용 대상