C# 클래스 NNbt.ListDiff

파일 보기 프로젝트 열기: jaquadro/NNBT 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Operations DiffOperation>.Dictionary

공개 메소드들

메소드 설명
Apply ( TagList tag ) : void
Merge ( ListDiff left, ListDiff right ) : ListDiff
Write ( StringBuilder builder ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( TagList tag ) : void
tag TagList
리턴 void

Merge() 공개 정적인 메소드

public static Merge ( ListDiff left, ListDiff right ) : ListDiff
left ListDiff
right ListDiff
리턴 ListDiff

Write() 공개 메소드

public Write ( StringBuilder builder ) : void
builder StringBuilder
리턴 void

프로퍼티 상세

Operations 공개적으로 프로퍼티

public Dictionary Operations
리턴 DiffOperation>.Dictionary