Struct LineParsingInstruction
LineParsingInstruction structure
LineParsingInstruction을 정의합니다.
public struct LineParsingInstruction : IEquatable<LineParsingInstruction>
속성
이름 | 설명 |
---|---|
Instruction { get; } | 지침 받기 |
행동 양식
이름 | 설명 |
---|---|
Equals(LineParsingInstruction) | 두 LineParsingInstruction 비교 |
override Equals(object) | 두 LineParsingInstruction 비교 |
GetContentIndentation() | get indentation 에 대한 인터페이스를 정의합니다. |
override GetHashCode() | GetHashCode 를 재정의합니다. |
GetTabsReservation() | TabsReservation 를 가져오기 위한 인터페이스를 정의합니다. |
WithContentIndentation(int) | LineParsingInstruction 를 얻기 위한 인터페이스를 정의합니다. |
WithTabsReservation(int) | WithTabsReservation 에 대한 인터페이스를 정의합니다. |
operator == | == 연산자를 무시합니다. |
operator != | != 연산자를 재정의합니다. |
필드
이름 | 설명 |
---|---|
static readonly Continue | 계속. |
static readonly NextLine | 넥스트라인. |
static readonly None | 없음 LineParsingInstruction. |