C# Class Coincidental.ReflectHelper

Mostrar archivo Open project: parnham/coincidental

Public Methods

Method Description
FindIEnumerable ( Type type ) : Type
GetPropertyName ( MethodInfo method ) : string
IsGetter ( MethodInfo method ) : bool
IsSetter ( MethodInfo method ) : bool

Method Details

FindIEnumerable() public static method

public static FindIEnumerable ( Type type ) : Type
type System.Type
return System.Type

GetPropertyName() public static method

public static GetPropertyName ( MethodInfo method ) : string
method System.Reflection.MethodInfo
return string

IsGetter() public static method

public static IsGetter ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
return bool

IsSetter() public static method

public static IsSetter ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
return bool