C# Class ObjectDiffer.DifferFactory

Afficher le fichier Open project: sportingsolutions/ObjectDiffer

Méthodes publiques

Méthode Description
GetDefault ( bool diffEnumerablesByIndex = false ) : IDiffer
GetWithTypeDiffers ( ) : IDiffer
GetWithTypeDiffers ( IEnumerable typeDiffers ) : IDiffer

Method Details

GetDefault() public méthode

public GetDefault ( bool diffEnumerablesByIndex = false ) : IDiffer
diffEnumerablesByIndex bool
Résultat IDiffer

GetWithTypeDiffers() public méthode

public GetWithTypeDiffers ( ) : IDiffer
Résultat IDiffer

GetWithTypeDiffers() public méthode

public GetWithTypeDiffers ( IEnumerable typeDiffers ) : IDiffer
typeDiffers IEnumerable
Résultat IDiffer