System.Yaml.AnchorDictionary.AnchorDictionary C# (CSharp) Méthode

AnchorDictionary() public méthode

public AnchorDictionary ( Func error ) : System.Collections.Generic
error Func
Résultat System.Collections.Generic
        public AnchorDictionary(Func<string, object[], bool> error)
        {
            this.error = error;
        }