C# 클래스 YamlDotNet.Core.Tokens.FlowSequenceStart

Represents a flow sequence start token.
상속: Token
파일 보기 프로젝트 열기: unitystation/unitystation 1 사용 예제들

공개 메소드들

메소드 설명
FlowSequenceStart ( )

Initializes a new instance of the FlowSequenceStart class.

FlowSequenceStart ( Mark start, Mark end )

Initializes a new instance of the FlowSequenceStart class.

메소드 상세

FlowSequenceStart() 공개 메소드

Initializes a new instance of the FlowSequenceStart class.
public FlowSequenceStart ( )

FlowSequenceStart() 공개 메소드

Initializes a new instance of the FlowSequenceStart class.
public FlowSequenceStart ( Mark start, Mark end )
start Mark The start position of the token.
end Mark The end position of the token.