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