Class AbstractConfigurationNode<T>
Inheritance
System.Object
AbstractConfigurationNode<T>
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. |
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. |