ContextualTypeExtensions
Type and member extension methods to extract contextual or cached types.
Gets an enumerable of ContextualAccessorInfos (all properties and fields) for the given Type instance.
Gets an array of ContextualFieldInfo for the given Type instance.
Gets an array of ContextualPropertyInfo for the given Type instance.
Gets a CachedType for the given Type instance.
Gets a ContextualMemberInfo for the given MemberInfo instance.
Warning: Retrieving contextual information directly from MemberInfo might lose original context data (NRT on original generic type parameters).
Gets a ContextualFieldInfo for the given FieldInfo instance.
Warning: Retrieving contextual information directly from FieldInfo might lose original context data (NRT on original generic type parameters).
Gets a ContextualParameterInfo for the given ParameterInfo instance.
Warning: Retrieving contextual information directly from ParameterInfo might lose original context data (NRT on original generic type parameters).
Gets a ContextualPropertyInfo for the given PropertyInfo instance.
Warning: Retrieving contextual information directly from PropertyInfo might lose original context data (NRT on original generic type parameters).
Gets a CachedType for the given Type instance.
Gets an uncached ContextualType for the given Type instance and attributes.