Class StatementSyntax
Inheritance
System.Object
StatementSyntax
Assembly: DotLang.dll
Syntax
public abstract class StatementSyntax : SyntaxNode
Properties
|
Improve this Doc
View Source
TerminatingSemicolonToken
Declaration
public SyntaxToken TerminatingSemicolonToken { get; }
Property Value
Operators
|
Improve this Doc
View Source
Implicit((String Name, String Value) to StatementSyntax)
Declaration
public static implicit operator StatementSyntax((string Name, string Value) nameValue)
Parameters
Type |
Name |
Description |
System.ValueTuple<System.String, System.String> |
nameValue |
|
Returns