C# 클래스 Bloom.Edit.SortListViewItemByIndex

This makes a list view act, well, like one would expect; the items are ordered according to their index, so that inserting an item actually does something other than always throwing it at the end!
상속: IComparer
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
Compare ( object x, object y ) : int

메소드 상세

Compare() 공개 메소드

public Compare ( object x, object y ) : int
x object
y object
리턴 int