C# Class SpecAid.SetTranslations.ConvertSetTranslation
Afficher le fichier
Open project: ITAGroup/SpecAid
Méthodes publiques
Méthode |
Description |
|
Do ( PropertyInfo info, object target, object newItem ) : object |
|
|
UseWhen ( PropertyInfo info, object target, object newItem ) : bool |
|
|
Method Details
public Do ( PropertyInfo info, object target, object newItem ) : object |
info |
System.Reflection.PropertyInfo |
|
target |
object |
|
newItem |
object |
|
Résultat |
object |
|
public UseWhen ( PropertyInfo info, object target, object newItem ) : bool |
info |
System.Reflection.PropertyInfo |
|
target |
object |
|
newItem |
object |
|
Résultat |
bool |
|