Table of Contents

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

filename string
import string
body Stmt[]

Properties

body

public Stmt[] body { get; init; }

Property Value

Stmt[]

filename

public string filename { get; init; }

Property Value

string

import

public string import { get; init; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.