示例#1
0
 public bool Equals(LogObjectTypeProvider other) => other is not null && (ReferenceEquals(this, other) || Equals(_index, other._index));
示例#2
0
 set => SetProperty(ref _index, value);
示例#3
0
 get => new DisplayModeCollection(_index, Manager.GetAdapterDisplayModeCount(_index));