| Config Methods |
The Config type exposes the following members.
| Name | Description | |
|---|---|---|
| AsEnumerable | ||
| Copy | ||
| 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.) | |
| GetBoolean | ||
| GetBooleanList | ||
| GetByteList | ||
| GetByteSize | ||
| GetConfig | ||
| GetDecimal | ||
| GetDecimalList | ||
| GetDouble | ||
| GetDoubleList | ||
| GetFloat | ||
| GetFloatList | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInt | ||
| GetIntList | ||
| GetLong | ||
| GetLongList | ||
| GetMillisDuration | Obsolete. | |
| GetString | ||
| GetStringList | ||
| GetTimeSpan | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | ||
| HasPath | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) | |
| WithFallback |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| IsNullOrEmpty |
Convenience method for determining if Config has any usable content period.
(Defined by ConfigExtensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) | |
| SafeWithFallback | (Defined by ConfigExtensions.) |