Interface IRequestMemberTypeResolver
Resolver of the member type for the class member requests (e.g. PropertyInfo, FieldInfo).
Namespace: AutoFixture
Assembly: AutoFixture.dll
Syntax
public interface IRequestMemberTypeResolver
Methods
| Improve this Doc View SourceTryGetMemberType(Object, out Type)
Tries to determine requested member type and returns it.
Declaration
bool TryGetMemberType(object request, out Type memberType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | request | |
System.Type | memberType |
Returns
Type | Description |
---|---|
System.Boolean |