._. (#2909)
This commit is contained in:
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -10,6 +10,8 @@ on:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -44,7 +44,7 @@ Interaction Services determines the most suitable [TypeConverter] for a paramete
|
||||
3. It searches for a generic `TypeConverter<T>` with a matching type constraint. If there are more multiple matches,
|
||||
the one whose type constraint is the most specialized will be chosen.
|
||||
|
||||
> [!NOTE}
|
||||
> [!NOTE]
|
||||
> Alternatively, you can use the generic variant (`TypeConverter<T>`) of the
|
||||
> [TypeConverter] base class which implements the following method body for `CanConvertTo()` method
|
||||
|
||||
|
||||
Reference in New Issue
Block a user