Class TomlValue<T>
Inheritance
System.Object
TomlValue<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nett
Assembly: Nett.dll
Syntax
public abstract class TomlValue<T> : TomlValue
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Improve this Doc View SourceTomlValue(ITomlRoot, T)
Declaration
protected TomlValue(ITomlRoot root, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| ITomlRoot | root | |
| T | value |
Properties
| Improve this Doc View SourceValue
Declaration
public T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
| Improve this Doc View SourceGet(Type)
Declaration
public override object Get(Type t)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | t |
Returns
| Type | Description |
|---|---|
| System.Object |