设置「ParamGroupCollection」调试期显示信息
This commit is contained in:
@@ -11,7 +11,7 @@ using System.Windows.Documents;
|
|||||||
namespace Deedy.Activity
|
namespace Deedy.Activity
|
||||||
{
|
{
|
||||||
[Serializable]
|
[Serializable]
|
||||||
[DebuggerDisplay("Count = {Count}")]
|
[DebuggerDisplay("「ParamGroupCollection<ParamGroupAttribute>」Count = {Count}")]
|
||||||
public class ParamGroupCollection : InitialSortedObservableCollection<ParamGroupAttribute>
|
public class ParamGroupCollection : InitialSortedObservableCollection<ParamGroupAttribute>
|
||||||
{
|
{
|
||||||
private ParamGroupAttribute _DefaultGroup = ParamGroupAttribute.CreateDefaultGroup();
|
private ParamGroupAttribute _DefaultGroup = ParamGroupAttribute.CreateDefaultGroup();
|
||||||
|
|||||||
Reference in New Issue
Block a user