Class CallLikePosToken
Assembly: RCaron.dll
View Source
Declarationcsharp
public class CallLikePosToken : ValuePosToken
Declarationcsharp
public class CallLikePosToken : ValuePosToken
Inheritance: System.Object
-> RCaron.PosToken -> RCaron.ValuePosToken
Properties
Arguments
View Source
Declarationcsharp
public PosToken[][] Arguments { get; set; }
Declarationcsharp
public PosToken[][] Arguments { get; set; }
NameEndIndex
View Source
Declarationcsharp
public int NameEndIndex { get; }
Declarationcsharp
public int NameEndIndex { get; }
Name
lower-cased
View Source
Declarationcsharp
public string Name { get; }
Declarationcsharp
public string Name { get; }
Methods
NameEquals(in string, in string)
View Source
Declarationcsharp
public bool NameEquals(in string text, in string b)
Declarationcsharp
public bool NameEquals(in string text, in string b)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | text |
System.String | b |
ArgumentsEmpty()
View Source
Declarationcsharp
public bool ArgumentsEmpty()
Declarationcsharp
public bool ArgumentsEmpty()
Returns
System.Boolean
Extension Methods
- System.Object.RCaron.ListEx.Expect``1
- RCaron.ListEx.NotNull(object?)