Search Results for

    Show / Hide Table of Contents

    Class HoconRoot

    This class represents the root element in a HOCON (Human-Optimized Config Object Notation) configuration string.

    Inheritance
    object
    HoconRoot
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Configuration.Hocon
    Assembly: Akka.dll
    Syntax
    public class HoconRoot

    Constructors

    | Edit this page View Source

    HoconRoot()

    Initializes a new instance of the HoconRoot class.

    Declaration
    protected HoconRoot()
    | Edit this page View Source

    HoconRoot(HoconValue)

    Initializes a new instance of the HoconRoot class.

    Declaration
    public HoconRoot(HoconValue value)
    Parameters
    Type Name Description
    HoconValue value

    The value to associate with this element.

    | Edit this page View Source

    HoconRoot(HoconValue, IEnumerable<HoconSubstitution>)

    Initializes a new instance of the HoconRoot class.

    Declaration
    public HoconRoot(HoconValue value, IEnumerable<HoconSubstitution> substitutions)
    Parameters
    Type Name Description
    HoconValue value

    The value to associate with this element.

    IEnumerable<HoconSubstitution> substitutions

    An enumeration of substitutions to associate with this element.

    Properties

    | Edit this page View Source

    Substitutions

    Retrieves an enumeration of substitutions associated with this element.

    Declaration
    public IEnumerable<HoconSubstitution> Substitutions { get; }
    Property Value
    Type Description
    IEnumerable<HoconSubstitution>
    | Edit this page View Source

    Value

    Retrieves the value associated with this element.

    Declaration
    public HoconValue Value { get; }
    Property Value
    Type Description
    HoconValue

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET