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

Class AbstractConfigurationNode<T>

Inheritance
System.Object
AbstractConfigurationNode<T>
BooleanConfigurationNode
DecimalConfigurationNode
DeviceCapabilityElementConfigurationNode
EnumConfigurationNode
IntegralConfigurationNode
ListConfigurationNode
StringConfigurationNode
UnknownConfigurationNode
Implements
IAbstractConfigurationNode<T>
IAbstractConfigurationNode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Configuration.Serialization
Assembly: Snowflake.Framework.dll
Syntax
public abstract class AbstractConfigurationNode<T> : IAbstractConfigurationNode<T>, IAbstractConfigurationNode
Type Parameters
Name Description
T

Properties

Key

Declaration
public string Key { get; }
Property Value
Type Description
System.String

Value

Declaration
public T Value { get; }
Property Value
Type Description
T

Explicit Interface Implementations

IAbstractConfigurationNode.Value

Declaration
object IAbstractConfigurationNode.Value { get; }
Returns
Type Description
System.Object

Implements

IAbstractConfigurationNode<T>
IAbstractConfigurationNode
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.