Show / Hide Table of Contents

Class WellKnownSymbols

Constants of well known "symbols" in the MoonSharp grammar

Inheritance
System.Object
WellKnownSymbols
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class WellKnownSymbols

Fields

ENV

The environment symbol ("_ENV")

Declaration
public const string ENV = "_ENV"
Field Value
System.String

VARARGS

The variadic argument symbol ("...")

Declaration
public const string VARARGS = "..."
Field Value
System.String

Back to top Built by Itinero, MIT licensed.