System.Yaml.YamlTagPrefixes.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : bool
return bool
        public bool Reset()
        {
            TagPrefixes.Clear();
            return true;
        }