C# Class YamlSharp.Tokens.DocumentContentToken

Inheritance: Token
Show file Open project: janno-p/YamlSharp

Public Methods

Method Description
DocumentContentToken ( int startMark, int endMark, string content ) : System.Collections.Generic

Method Details

DocumentContentToken() public method

public DocumentContentToken ( int startMark, int endMark, string content ) : System.Collections.Generic
startMark int
endMark int
content string
return System.Collections.Generic