• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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
IAbstractConfigurationNode.Key
Namespace: Snowflake.Configuration.Serialization
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IAbstractConfigurationNode<T> : IAbstractConfigurationNode
Type Parameters
Name Description
T

One of System.String, System.Boolean, System.Int64, System.Double, ControllerElement, System.Enum, System.Collections.Generic.IReadOnlyList`1, where T is IAbstractConfigurationNode

Properties

Value

The value this node encapsulates.

Declaration
T Value { get; }
Property Value
Type Description
T
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.