PexCreatableByMethodAndSettersAttribute.CreatableByMethodAndSetters.GetFactoryArgumentTypeForField Method

Definition

Gets the factory method argument type for a field.

protected:
 virtual Type ^ GetFactoryArgumentTypeForField(System::Reflection::FieldInfo ^ field);
protected virtual Type GetFactoryArgumentTypeForField (System.Reflection.FieldInfo field);
abstract member GetFactoryArgumentTypeForField : System.Reflection.FieldInfo -> Type
override this.GetFactoryArgumentTypeForField : System.Reflection.FieldInfo -> Type
Protected Overridable Function GetFactoryArgumentTypeForField (field As FieldInfo) As Type

Parameters

field
FieldInfo

The field.

Returns

Applies to