C# Class YamlSharp.Tokens.DocumentStartToken

Inheritance: Token
Mostrar archivo Open project: janno-p/YamlSharp

Public Methods

Method Description
DocumentStartToken ( int startMark, int endMark ) : System.Collections.Generic

Method Details

DocumentStartToken() public method

public DocumentStartToken ( int startMark, int endMark ) : System.Collections.Generic
startMark int
endMark int
return System.Collections.Generic