Show / Hide Table of Contents

Class TomlValue

Inheritance
System.Object
TomlObject
TomlValue
TomlValue<T>
Inherited Members
TomlObject.Comments
TomlObject.ReadableTypeName
TomlObject.TomlType
TomlObject.AddComment(TomlComment)
TomlObject.AddComment(String, CommentLocation)
TomlObject.AddComments(IEnumerable<TomlComment>)
TomlObject.ClearComments()
TomlObject.Get<T>()
TomlObject.Get(Type)
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 : TomlObject

Constructors

| Improve this Doc View Source

TomlValue(ITomlRoot, Object)

Declaration
protected TomlValue(ITomlRoot root, object untyped)
Parameters
Type Name Description
ITomlRoot root
System.Object untyped

Fields

| Improve this Doc View Source

BoolType

Declaration
protected static readonly Type BoolType
Field Value
Type Description
System.Type
| Improve this Doc View Source

CharType

Declaration
protected static readonly Type CharType
Field Value
Type Description
System.Type
| Improve this Doc View Source

DateTimeType

Declaration
protected static readonly Type DateTimeType
Field Value
Type Description
System.Type
| Improve this Doc View Source

DoubleType

Declaration
protected static readonly Type DoubleType
Field Value
Type Description
System.Type
| Improve this Doc View Source

FloatType

Declaration
protected static readonly Type FloatType
Field Value
Type Description
System.Type
| Improve this Doc View Source

Int16Type

Declaration
protected static readonly Type Int16Type
Field Value
Type Description
System.Type
| Improve this Doc View Source

Int32Type

Declaration
protected static readonly Type Int32Type
Field Value
Type Description
System.Type
| Improve this Doc View Source

Int64Type

Declaration
protected static readonly Type Int64Type
Field Value
Type Description
System.Type
| Improve this Doc View Source

StringType

Declaration
protected static readonly Type StringType
Field Value
Type Description
System.Type
| Improve this Doc View Source

TimespanType

Declaration
protected static readonly Type TimespanType
Field Value
Type Description
System.Type
| Improve this Doc View Source

UInt16Type

Declaration
protected static readonly Type UInt16Type
Field Value
Type Description
System.Type
| Improve this Doc View Source

UInt32Type

Declaration
protected static readonly Type UInt32Type
Field Value
Type Description
System.Type

Properties

| Improve this Doc View Source

UntypedValue

Declaration
public object UntypedValue { get; }
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

CleanupNumberInputString(String, Int32)

Declaration
protected static string CleanupNumberInputString(string input, int sub = 0)
Parameters
Type Name Description
System.String input
System.Int32 sub
Returns
Type Description
System.String

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