Struct InlineParsingInstruction
InlineParsingInstruction structure
InlineParsingInstruction 구조체를 정의합니다.
public struct InlineParsingInstruction : IEquatable<InlineParsingInstruction>
속성
이름 | 설명 |
---|---|
Instruction { get; } | 지시를 받습니다. |
행동 양식
이름 | 설명 |
---|---|
Equals(InlineParsingInstruction) | 두 개의 InlineParsingInstruction을 비교합니다. |
override Equals(object) | Equals 메서드를 재정의합니다. |
override GetHashCode() | GetHashCode 를 정의합니다. |
operator == | == 연산자를 무시합니다. |
operator != | != operator 를 재정의합니다. |
필드
이름 | 설명 |
---|---|
static readonly Handled | 처리됨. |
static readonly None | ParsingInstruction.None. |