Skip to main content
Version: 0.1.0

Class UnaryOperationLine

Assembly: RCaron.dll
View Source
Declaration
csharp
public class UnaryOperationLine : TokenLine
Declaration
csharp
public class UnaryOperationLine : TokenLine

Inheritance: System.Object -> RCaron.Line -> RCaron.TokenLine

Properties

CallSite

View Source
Declaration
csharp
public CallSite<Func<CallSite, object, object, object>>? CallSite { get; set; }
Declaration
csharp
public CallSite<Func<CallSite, object, object, object>>? CallSite { get; set; }

Extension Methods