1 interface inheriting from ITryParse
Microsoft.AspNetCore.Http.Extensions.Tests (1)
ParameterBindingMethodCacheTests.cs (1)
1024
private interface IImplementITryParse<T> :
ITryParse
<T>
5 implementations of ITryParse
Microsoft.AspNetCore.Http.Extensions.Tests (5)
ParameterBindingMethodCacheTests.cs (5)
1028
private class TryParseFromInterface :
ITryParse
<TryParseFromInterface>
1036
private class TryParseDirectlyAndFromInterface :
ITryParse
<TryParseDirectlyAndFromInterface>
1047
ITryParse
<TryParseFromClassAndInterface>
1052
:
ITryParse
<TryParseFromMultipleInterfaces>,
1058
private class TryParseWrongTypeFromInterface :
ITryParse
<TryParseFromInterface>