Class LJSScriptNode
Represents script textual content block, such as: # let x =1;
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.CodeAnalysis.Laconfig
Assembly: Azos.dll
Syntax
public sealed class LJSScriptNode : LJSNode
Properties
Script
Textual script content
Declaration
public string Script { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Print(StringBuilder, Int32)
Declaration
public override void Print(StringBuilder builder, int indent)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | builder | |
System.Int32 | indent |