C# 클래스 KellermanSoftware.CompareNetObjects.TypeComparers.IndexerComparer

Logic to compare an integer indexer (Note, inherits from BaseComparer, not TypeComparer)
상속: BaseComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

공개 메소드들

메소드 설명
CompareIndexer ( CompareParms parms, PropertyInfo info ) : void

Compare an integer indexer

IndexerComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

비공개 메소드들

메소드 설명
IndexersHaveDifferentLength ( CompareParms parms, PropertyInfo info ) : bool

메소드 상세

CompareIndexer() 공개 메소드

Compare an integer indexer
public CompareIndexer ( CompareParms parms, PropertyInfo info ) : void
parms CompareParms
info System.Reflection.PropertyInfo
리턴 void

IndexerComparer() 공개 메소드

Constructor that takes a root comparer
public IndexerComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
리턴 System