Class Motor.StackThing
Assembly: RCaron.dll
Declaration
csharp
public class Motor.StackThing
Declaration
csharp
public class Motor.StackThing
Properties
IsBreakWorthy
Declaration
csharp
public bool IsBreakWorthy { get; init; }
Declaration
csharp
public bool IsBreakWorthy { get; init; }
IsReturnWorthy
Declaration
csharp
public bool IsReturnWorthy { get; init; }
Declaration
csharp
public bool IsReturnWorthy { get; init; }
Scope
Declaration
csharp
public LocalScope? Scope { get; set; }
Declaration
csharp
public LocalScope? Scope { get; set; }
FileScope
Declaration
csharp
public FileScope FileScope { get; init; }
Declaration
csharp
public FileScope FileScope { get; init; }
LineForTrace
Declaration
csharp
public Line? LineForTrace { get; init; }
Declaration
csharp
public Line? LineForTrace { get; init; }
Extension Methods