Interface IAbstractConfigurationNode<T>
Represents a configuration node with a key and a value.
Configuration nodes are an abstraction over key value pairs, where value could be a terminal node or a list of more nodes.
Inherited Members
Namespace: Snowflake.Configuration.Serialization
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IAbstractConfigurationNode<T> : IAbstractConfigurationNode
Type Parameters
| Name | Description |
|---|---|
| T | One of
System. |
Properties
Value
The value this node encapsulates.
Declaration
T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |