Interface IRequestMemberTypeResolver
Namespace: AutoFixture
Assembly: AutoFixture.dll
Resolver of the member type for the class member requests (e.g. PropertyInfo, FieldInfo).
public interface IRequestMemberTypeResolverMethods
TryGetMemberType(object, out Type)
Tries to determine requested member type and returns it.
bool TryGetMemberType(object request, out Type memberType)Parameters
request object
memberType Type