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

Class StringConfigurationNode

Inheritance
System.Object
AbstractConfigurationNode<System.String>
StringConfigurationNode
Implements
IAbstractConfigurationNode<System.String>
IAbstractConfigurationNode
Inherited Members
AbstractConfigurationNode<String>.Key
AbstractConfigurationNode<String>.Value
AbstractConfigurationNode<String>.IAbstractConfigurationNode.Value
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 sealed class StringConfigurationNode : AbstractConfigurationNode<string>, IAbstractConfigurationNode<string>, IAbstractConfigurationNode

Constructors

StringConfigurationNode(String, String)

Declaration
public StringConfigurationNode(string key, string value)
Parameters
Type Name Description
System.String key
System.String value

Implements

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