Skip to main content
Version: 0.1.0

Class Motor.StackThing

Assembly: RCaron.dll
View Source
Declaration
csharp
public class Motor.StackThing
Declaration
csharp
public class Motor.StackThing

Properties

IsBreakWorthy

View Source
Declaration
csharp
public bool IsBreakWorthy { get; init; }
Declaration
csharp
public bool IsBreakWorthy { get; init; }

IsReturnWorthy

View Source
Declaration
csharp
public bool IsReturnWorthy { get; init; }
Declaration
csharp
public bool IsReturnWorthy { get; init; }

Scope

View Source
Declaration
csharp
public LocalScope? Scope { get; set; }
Declaration
csharp
public LocalScope? Scope { get; set; }

FileScope

View Source
Declaration
csharp
public FileScope FileScope { get; init; }
Declaration
csharp
public FileScope FileScope { get; init; }

LineForTrace

View Source
Declaration
csharp
public Line? LineForTrace { get; init; }
Declaration
csharp
public Line? LineForTrace { get; init; }

Extension Methods