C# 클래스 Newtonsoft.Json.Tests.Schema.PerformanceTester

상속: IDisposable
파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
PerformanceTester ( Action callback ) : System
PerformanceTester ( string description ) : System
Start ( Action callback ) : PerformanceTester

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PerformanceTester() 공개 메소드

public PerformanceTester ( Action callback ) : System
callback Action
리턴 System

PerformanceTester() 공개 메소드

public PerformanceTester ( string description ) : System
description string
리턴 System

Start() 공개 정적인 메소드

public static Start ( Action callback ) : PerformanceTester
callback Action
리턴 PerformanceTester