C# 클래스 ODiff.Diff

파일 보기 프로젝트 열기: goeran/ODiff

공개 메소드들

메소드 설명
ObjectValues ( object left, object right ) : DiffReport

Compares public members (fields and properties) on two object graphs.

메소드 상세

ObjectValues() 공개 정적인 메소드

Compares public members (fields and properties) on two object graphs.
public static ObjectValues ( object left, object right ) : DiffReport
left object
right object
리턴 DiffReport