C# Class NCop.Core.PropertyComparer

Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
IsMatchedTo ( this firstProperty, PropertyInfo secondProperty ) : bool

Private Methods

Méthode Description
MatchAccessModifier ( PropertyInfo firstProperty, PropertyInfo secondProperty ) : bool

Method Details

IsMatchedTo() public static méthode

public static IsMatchedTo ( this firstProperty, PropertyInfo secondProperty ) : bool
firstProperty this
secondProperty System.Reflection.PropertyInfo
Résultat bool