Click or drag to resize
Akka.NETHoconLiteral Class
This class represents a string literal element in a HOCON (Human-Optimized Config Object Notation) configuration string.
akka {  
  actor {
    provider = "Akka.Remote.RemoteActorRefProvider, Akka.Remote"
  }
}
Inheritance Hierarchy
SystemObject
  Akka.Configuration.HoconHoconLiteral

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class HoconLiteral : IHoconElement

The HoconLiteral type exposes the following members.

Constructors
  NameDescription
Public methodHoconLiteral
Initializes a new instance of the HoconLiteral class
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the value of this element.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetArray
N/A
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetString
Retrieves the string representation of this element.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsArray
Determines whether this element is an array.
Public methodIsString
Determines whether this element is a string.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of this element.
(Overrides ObjectToString.)
Top
Extension Methods
See Also