C# Class BoC.Extensions.TypeExtensions

Show file Open project: csteeg/BoC

Public Methods

Method Description
IsGenericAssignableFrom ( this genericType, Type other ) : bool
PropertyExists ( this type, string propertyName ) : bool

Method Details

IsGenericAssignableFrom() public static method

public static IsGenericAssignableFrom ( this genericType, Type other ) : bool
genericType this
other System.Type
return bool

PropertyExists() public static method

public static PropertyExists ( this type, string propertyName ) : bool
type this
propertyName string
return bool