System.Yaml.YamlTagPrefixes.Reset C# (CSharp) Méthode

Reset() public méthode

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