C# 클래스 Newtonsoft.Json.Tests.Documentation.PersonWriter

파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json

공개 메소드들

메소드 설명
ToJson ( this p ) : string
ToPerson ( this s ) : Person

메소드 상세

ToJson() 공개 정적인 메소드

public static ToJson ( this p ) : string
p this
리턴 string

ToPerson() 공개 정적인 메소드

public static ToPerson ( this s ) : Person
s this
리턴 Person