C# 클래스 M3.HRON.HRONSerializationExtensions

파일 보기 프로젝트 열기: mrange/hron

공개 메소드들

메소드 설명
ParseAsHRON ( this input, object defaultValue = null ) : dynamic
ParseAsHRON ( this input, object defaultValue = null ) : dynamic
SerializeKeyValuePairsAsHRON ( object>.this keyValuePairs ) : string

비공개 메소드들

메소드 설명
FirstOrEmpty ( this entities ) : IHRONEntity
ReadLines ( this tr ) : IEnumerable

메소드 상세

ParseAsHRON() 공개 정적인 메소드

public static ParseAsHRON ( this input, object defaultValue = null ) : dynamic
input this
defaultValue object
리턴 dynamic

ParseAsHRON() 공개 정적인 메소드

public static ParseAsHRON ( this input, object defaultValue = null ) : dynamic
input this
defaultValue object
리턴 dynamic

SerializeKeyValuePairsAsHRON() 공개 정적인 메소드

public static SerializeKeyValuePairsAsHRON ( object>.this keyValuePairs ) : string
keyValuePairs object>.this
리턴 string