C# Class ODiff.Extensions.PropertyInfoExtensions

Datei anzeigen Open project: goeran/ODiff

Public Methods

Method Description
Exists ( this property ) : bool
GetValue ( this property, Object obj ) : Object
IsIndexerProperty ( this property ) : bool
IsList ( this property ) : bool

Method Details

Exists() public static method

public static Exists ( this property ) : bool
property this
return bool

GetValue() public static method

public static GetValue ( this property, Object obj ) : Object
property this
obj Object
return Object

IsIndexerProperty() public static method

public static IsIndexerProperty ( this property ) : bool
property this
return bool

IsList() public static method

public static IsList ( this property ) : bool
property this
return bool