Class StepOverCommandSettings
StepOver
public sealed class StepOverCommandSettings : ICommand- Inheritance
- 
      
      StepOverCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
SkipList
Gets or sets the skipList
[JsonPropertyName("skipList")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LocationRange[]? SkipList { get; set; }