Class LJSContentNode
Represents textual content block, such as: div{ content block text }
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 LJSContentNode : LJSNode
Properties
Content
Textual content
Declaration
public string Content { 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 |