Skip to content

Selectorsvt/Extended.System.Reflection

Repository files navigation

Extended.System.Reflection

Assembly extensions:

IEnumerable<Type> GetInheritedTypes(this Assembly[] assemblies, Type inheritedType)
IEnumerable<Type> GetInheritedTypes<T>(this Assembly[] assemblies)

Type extensions:

bool IsInherited(this Type type, Type inheritedType)
bool IsInherited<T>(this Type type)

Expression extensions:

string GetPropertyName<TSource, TProperty>(this Expression<Func<TSource, TProperty>> propertyLambda)
PropertyInfo GetPropertyInfo<TSource, TProperty>(Expression<Func<TSource, TProperty>> propertyLambda)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages