C# Class YamlSharp.Tokens.DirectiveToken

Inheritance: Token
显示文件 Open project: janno-p/YamlSharp Class Usage Examples

Public Methods

Method Description
DirectiveToken ( int startMark, int endMark, string name ) : System.Collections.Generic

Method Details

DirectiveToken() public method

public DirectiveToken ( int startMark, int endMark, string name ) : System.Collections.Generic
startMark int
endMark int
name string
return System.Collections.Generic