Ampere.RunNode.Result C# (CSharp) Method

Result() public abstract method

public abstract Result ( string>.Func resolver ) : RunNode
resolver string>.Func
return RunNode
        public abstract RunNode Result(Func<ArgProvider, string> resolver);