Show / Hide Table of Contents

Class TomlValue<T>

Inheritance
System.Object
TomlObject
TomlValue
TomlValue<T>
TomlArray
TomlBool
TomlDuration
TomlFloat
TomlInt
TomlLocalDate
TomlLocalDateTime
TomlLocalTime
TomlOffsetDateTime
TomlString
Inherited Members
TomlValue.BoolType
TomlValue.CharType
TomlValue.DateTimeType
TomlValue.DoubleType
TomlValue.FloatType
TomlValue.Int16Type
TomlValue.Int32Type
TomlValue.Int64Type
TomlValue.StringType
TomlValue.TimespanType
TomlValue.UInt16Type
TomlValue.UInt32Type
TomlValue.UntypedValue
TomlValue.CleanupNumberInputString(String, Int32)
TomlObject.Comments
TomlObject.ReadableTypeName
TomlObject.TomlType
TomlObject.AddComment(TomlComment)
TomlObject.AddComment(String, CommentLocation)
TomlObject.AddComments(IEnumerable<TomlComment>)
TomlObject.ClearComments()
TomlObject.Get<T>()
TomlObject.Visit(ITomlObjectVisitor)
TomlObject.CopyComments<T>(T, TomlObject)
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 Source

TomlValue(ITomlRoot, T)

Declaration
protected TomlValue(ITomlRoot root, T value)
Parameters
Type Name Description
ITomlRoot root
T value

Properties

| Improve this Doc View Source

Value

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

Methods

| Improve this Doc View Source

Get(Type)

Declaration
public override object Get(Type t)
Parameters
Type Name Description
System.Type t
Returns
Type Description
System.Object
Overrides
TomlObject.Get(Type)

Extension Methods

TomlObjectFactory.CreateAttached(TomlObject, Boolean)
TomlObjectFactory.CreateAttached(TomlObject, String)
TomlObjectFactory.CreateAttached(TomlObject, Int64)
TomlObjectFactory.CreateAttached(TomlObject, Double)
TomlObjectFactory.CreateAttached(TomlObject, TimeSpan)
TomlObjectFactory.CreateAttached(TomlObject, DateTimeOffset)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<Boolean>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<String>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<Int64>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<Int32>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<Double>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<Single>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<TimeSpan>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<DateTime>)
TomlObjectFactory.CreateAttached(TomlObject, IEnumerable<DateTimeOffset>)
TomlObjectFactory.CreateAttached(TomlObject, Object, TomlTable.TableTypes)
TomlObjectFactory.CreateAttached<TValue>(TomlObject, IDictionary<String, TValue>, TomlTable.TableTypes)
TomlObjectFactory.CreateAttached<T>(TomlObject, IEnumerable<T>, TomlTable.TableTypes)
TomlObjectFactory.CreateEmptyAttachedArray(TomlObject)
TomlObjectFactory.CreateEmptyAttachedTableArray(TomlObject)
TomlObjectFactory.CreateEmptyAttachedTable(TomlObject, TomlTable.TableTypes)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX