Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ public StronglyTypedIdDefaultsAttribute(string templateName)
/// Templates must be added to the project using the format NAME.typedid,
/// where NAME is the name of the template passed in <paramref name="templateName"/>.
/// </param>
/// <param name="templateNames">The names of additional custom templates to use to generate the ID.
/// Templates must be added to the project using the format NAME.typedid,
/// where NAME is the name of the template passed in <paramref name="templateNames"/>.
/// </param>
public StronglyTypedIdDefaultsAttribute(string templateName, params string[] templateNames)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ namespace StronglyTypedIds
/// Templates must be added to the project using the format NAME.typedid,
/// where NAME is the name of the template passed in <paramref name="templateName"/>.
/// </param>
/// <param name="templateNames">The names of additional custom templates to use to generate the ID.
/// Templates must be added to the project using the format NAME.typedid,
/// where NAME is the name of the template passed in <paramref name="templateNames"/>.
/// </param>
public StronglyTypedIdDefaultsAttribute(string templateName, params string[] templateNames)
{
}
Expand Down