Implemented interface member:
property
AllowMultipleValues
Microsoft.TemplateEngine.Abstractions.ITemplateParameter.AllowMultipleValues
3 writes to AllowMultipleValues
Microsoft.TemplateEngine.Edge (2)
Settings\TemplateInfoReader.cs (2)
310AllowMultipleValues = allowMultipleValues, 352AllowMultipleValues = GetBoolValue(element, nameof(ITemplateParameter.AllowMultipleValues)),
Microsoft.TemplateEngine.Utils (1)
TemplateParameter.cs (1)
35AllowMultipleValues = allowMultipleValues;