Class Snippet
- Namespace
- TabScript
- Assembly
- TableScript.dll
public record Snippet : IEquatable<Snippet>
- Inheritance
-
Snippet
- Implements
- Inherited Members
Constructors
Snippet(string, string, Stmt[])
public Snippet(string filename, string import, Stmt[] body)
Parameters
Properties
body
public Stmt[] body { get; init; }
Property Value
- Stmt[]
filename
public string filename { get; init; }
Property Value
import
public string import { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.