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

Represents a block mapping start token.
상속: Token
파일 보기 프로젝트 열기: vgvgvvv/ResetCore.Unity 1 사용 예제들

공개 메소드들

메소드 설명
BlockMappingStart ( ) : System

Initializes a new instance of the BlockMappingStart class.

BlockMappingStart ( Mark start, Mark end ) : System

Initializes a new instance of the BlockMappingStart class.

메소드 상세

BlockMappingStart() 공개 메소드

Initializes a new instance of the BlockMappingStart class.
public BlockMappingStart ( ) : System
리턴 System

BlockMappingStart() 공개 메소드

Initializes a new instance of the BlockMappingStart class.
public BlockMappingStart ( Mark start, Mark end ) : System
start Mark The start position of the token.
end Mark The end position of the token.
리턴 System