C# Class ODiff.Extensions.PropertyInfoExtensions

Afficher le fichier Open project: goeran/ODiff

Méthodes publiques

Méthode Description
Exists ( this property ) : bool
GetValue ( this property, Object obj ) : Object
IsIndexerProperty ( this property ) : bool
IsList ( this property ) : bool

Method Details

Exists() public static méthode

public static Exists ( this property ) : bool
property this
Résultat bool

GetValue() public static méthode

public static GetValue ( this property, Object obj ) : Object
property this
obj Object
Résultat Object

IsIndexerProperty() public static méthode

public static IsIndexerProperty ( this property ) : bool
property this
Résultat bool

IsList() public static méthode

public static IsList ( this property ) : bool
property this
Résultat bool