C# 클래스 mql4sharp.helpers.JSONHelper

파일 보기 프로젝트 열기: jseparovic/MQL4CSharp

공개 메소드들

메소드 설명
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