System.Yaml.YamlComplexNode.GetHashCodeCoreSub C# (CSharp) Méthode

GetHashCodeCoreSub() protected abstract méthode

Calculates the hash code for a collection object. This function is called recursively on the child objects with the sub cache code repository for the nodes already appeared in the node tree.
protected abstract GetHashCodeCoreSub ( int path, int>.Dictionary dict ) : int
path int The cache code for the path where this node was found.
dict int>.Dictionary Repository of the nodes that already appeared in the node tree. /// Sub hash code for the nodes can be refered to from this dictionary.
Résultat int
        protected abstract int GetHashCodeCoreSub(int path, Dictionary<YamlNode, int> dict);