Class NullStringArgumentResolver
A resolver that always returns false, forcing ReflectionCallTask
to fall back to ConvertFromString for argument conversion.
Inheritance
NullStringArgumentResolver
Assembly: Tests.dll
Syntax
public class NullStringArgumentResolver : IStringArgumentResolver
Constructors
NullStringArgumentResolver()
Declaration
public NullStringArgumentResolver()
Methods
TryResolve(string, Type, ITaskServices, out object)
Declaration
public bool TryResolve(string raw, Type targetType, ITaskServices services, out object value)
Parameters
Returns
Implements