示例#1
0
 set => SetProperty(ref _attributes, value);
示例#2
0
 get => GetField(ref _attributes); set => SetField(ref _attributes, value?.ToList());
 /// <summary>
 /// List of attribute paths to which to subscribe.
 /// </summary>
 public IList<string>? Attributes { get => GetField(ref _attributes); set => SetField(ref _attributes, value?.ToList()); }