Class StringConfigurationNode
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 sealed class StringConfigurationNode : AbstractConfigurationNode<string>, IAbstractConfigurationNode<string>, IAbstractConfigurationNode
Constructors
StringConfigurationNode(String, String)
Declaration
public StringConfigurationNode(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
key | |
System. |
value |