Browse Source

Fixed a comment.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2281 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Justin Dearing 19 years ago
parent
commit
6bfdd31a45
  1. 3
      data/templates/file/CSharp/ConfigurationSection.cs

3
data/templates/file/CSharp/ConfigurationSection.cs

@ -11,8 +11,7 @@ namespace ${StandardNamespace} @@ -11,8 +11,7 @@ namespace ${StandardNamespace}
public class ${ClassName}Section : ConfigurationSection
{
/// <summary>
/// Collection of tables (auctually views) to generate
/// reports from.
/// Collection of <c>${ClassName}Element(s)</c>
/// </summary>
[ConfigurationProperty("customSection", IsDefaultCollection = true)]
public ${ClassName}Collection ${ClassName}

Loading…
Cancel
Save