C# Class ObjectDiffer.DifferFactory

Show file Open project: sportingsolutions/ObjectDiffer

Public Methods

Method Description
GetDefault ( bool diffEnumerablesByIndex = false ) : IDiffer
GetWithTypeDiffers ( ) : IDiffer
GetWithTypeDiffers ( IEnumerable typeDiffers ) : IDiffer

Method Details

GetDefault() public method

public GetDefault ( bool diffEnumerablesByIndex = false ) : IDiffer
diffEnumerablesByIndex bool
return IDiffer

GetWithTypeDiffers() public method

public GetWithTypeDiffers ( ) : IDiffer
return IDiffer

GetWithTypeDiffers() public method

public GetWithTypeDiffers ( IEnumerable typeDiffers ) : IDiffer
typeDiffers IEnumerable
return IDiffer