| HoconSubstitution Methods |
The HoconSubstitution type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetArray |
Returns the value of this instance as an array.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObject |
Returns the value of this instance as an HOCON object.
| |
| GetString |
Returns the value of this instance as a string.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsArray |
Determines whether this instance is array.
| |
| IsObject |
Determines whether this instance is an HOCON object.
| |
| IsString |
Determines whether this instance is string.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |