Implemented interface member:
1 write to
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ParameterBasedVariableCollection.cs (1)
93
vc
[
key] = value.Value;
3 references to
Microsoft.TemplateEngine.Core (3)
VariableCollection.cs (3)
66
public ICollection<object> Values => Keys.Select(x => this
[
x]).ToList();
160
array[index++] = new KeyValuePair<string, object>(key, this
[
key]);
164
public IEnumerator<KeyValuePair<string, object>> GetEnumerator() => Keys.Select(x => new KeyValuePair<string, object>(x, this
[
x])).GetEnumerator();