Specifies the version of the YAML language.
예제 #1
0
 public VersionDirective(YamlDotNet.Core.Version version, Mark start, Mark end) : base(start, end)
 {
     this.version = version;
 }
예제 #2
0
 public VersionDirective(YamlDotNet.Core.Version version) : this(version, Mark.Empty, Mark.Empty)
 {
 }