Add back ctor doc

This commit is contained in:
smoogipoo 2021-04-28 03:54:42 +09:00
parent 04454062b7
commit 05bd6ee50c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class SettingSourceAttribute : Attribute, IComparable<SettingSourceAttrib
/// The type of the settings control which handles this setting source.
/// </summary>
/// <remarks>
/// Must be a type deriving <see cref="SettingsItem{T}"/>.
/// Must be a type deriving <see cref="SettingsItem{T}"/> with a public parameterless constructor.
/// </remarks>
public Type? SettingControlType { get; set; }