ThrowDuplicateMappingKey(YamlReader, String) Method

Definition

Assembly SharpYaml.dll

Throws an exception for duplicate Mapping Key.

public static YamlException ThrowDuplicateMappingKey(YamlReader reader, string key)

Parameters

reader
YamlReader
key
String

Returns