C# 클래스 Nett.TomlValue

상속: TomlObject
파일 보기 프로젝트 열기: paiden/Nett 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BoolType System.Type
CharType System.Type
DateTimeType System.Type
DoubleType System.Type
FloatType System.Type
Int16Type System.Type
Int32Type System.Type
Int64Type System.Type
StringType System.Type
TimespanType System.Type
UInt16Type System.Type
UInt32Type System.Type

공개 메소드들

메소드 설명
TomlValue ( ITomlRoot root ) : System

비공개 메소드들

메소드 설명
IsFloatType ( Type t ) : bool
IsIntegerType ( Type t ) : bool
ValueWithRoot ( ITomlRoot root ) : TomlValue

메소드 상세

TomlValue() 공개 메소드

public TomlValue ( ITomlRoot root ) : System
root ITomlRoot
리턴 System

프로퍼티 상세

BoolType 보호되어 있는 정적으로 프로퍼티

protected static Type,System BoolType
리턴 System.Type

CharType 보호되어 있는 정적으로 프로퍼티

protected static Type,System CharType
리턴 System.Type

DateTimeType 보호되어 있는 정적으로 프로퍼티

protected static Type,System DateTimeType
리턴 System.Type

DoubleType 보호되어 있는 정적으로 프로퍼티

protected static Type,System DoubleType
리턴 System.Type

FloatType 보호되어 있는 정적으로 프로퍼티

protected static Type,System FloatType
리턴 System.Type

Int16Type 보호되어 있는 정적으로 프로퍼티

protected static Type,System Int16Type
리턴 System.Type

Int32Type 보호되어 있는 정적으로 프로퍼티

protected static Type,System Int32Type
리턴 System.Type

Int64Type 보호되어 있는 정적으로 프로퍼티

protected static Type,System Int64Type
리턴 System.Type

StringType 보호되어 있는 정적으로 프로퍼티

protected static Type,System StringType
리턴 System.Type

TimespanType 보호되어 있는 정적으로 프로퍼티

protected static Type,System TimespanType
리턴 System.Type

UInt16Type 보호되어 있는 정적으로 프로퍼티

protected static Type,System UInt16Type
리턴 System.Type

UInt32Type 보호되어 있는 정적으로 프로퍼티

protected static Type,System UInt32Type
리턴 System.Type