Class LJSAttributeNode
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 LJSAttributeNode : LJSNode
Properties
Value
The value of attribute node
Declaration
public string Value { 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 |