System.Yaml.AnchorDictionary.AnchorDictionary C# (CSharp) Method

AnchorDictionary() public method

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