Implemented interface member:
method
Process
Microsoft.TemplateEngine.Orchestrator.RunnableProjects.ValueForms.IValueForm.Process(System.String, System.Collections.Generic.IReadOnlyDictionary<System.String, Microsoft.TemplateEngine.Orchestrator.RunnableProjects.ValueForms.IValueForm>)
3 overrides of Process
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ValueForms\ActionableValueFormFactory.cs (1)
43public override string Process(string value, IReadOnlyDictionary<string, IValueForm> otherForms)
ValueForms\ConfigurableValueFormFactory.cs (1)
52public override string Process(string value, IReadOnlyDictionary<string, IValueForm> otherForms)
ValueForms\DependentValueFormFactory.cs (1)
52public override string Process(string value, IReadOnlyDictionary<string, IValueForm> otherForms)