跳到主要内容
版本:0.1.0

Class RCaronParserContext

Assembly: RCaron.dll​
View Source​
Declaration
csharp
public record RCaronParserContext : IEquatable<RCaronParserContext>
Declaration
csharp
public record RCaronParserContext : IEquatable<RCaronParserContext>

Implements:
System.IEquatable<RCaron.Parsing.RCaronParserContext>

Properties​

FileScope​

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

AllowsExecution​

View Source​
Declaration
csharp
public bool AllowsExecution { get; init; }
Declaration
csharp
public bool AllowsExecution { get; init; }

Implements​

  • System.IEquatable<RCaron.Parsing.RCaronParserContext>

Extension Methods​