C# 클래스 BetterValidation.Extensions.ObjectExtensions

파일 보기 프로젝트 열기: brettenet/BetterValidation

공개 메소드들

메소드 설명
ToJson ( this obj ) : string
ToJson ( this obj, int recursionDepth ) : string

메소드 상세

ToJson() 공개 정적인 메소드

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

ToJson() 공개 정적인 메소드

public static ToJson ( this obj, int recursionDepth ) : string
obj this
recursionDepth int
리턴 string