You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DotNet/Importer.cs
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ public abstract class ImportMapper {
84
84
/// Overrides default behavior of <see cref="Importer.Import(Type)"/>
85
85
/// May be used to use reference assemblies for <see cref="Type"/> resolution, for example.
86
86
/// </summary>
87
-
/// <param name="source"><see cref="Type"/> to create <see cref="TypeRef"/> for. <paramref name="source"/> is non-generic type or generic type without generic arguments.</param>
88
-
/// <returns><see cref="TypeRef"/> or null to use default <see cref="Importer"/>'s type resolution</returns>
89
-
publicvirtualTypeRefMap(Typesource)=>null;
87
+
/// <param name="source"><see cref="Type"/> to create <see cref="ITypeDefOrRef"/> for. <paramref name="source"/> is non-generic type or generic type without generic arguments.</param>
88
+
/// <returns><see cref="ITypeDefOrRef"/> or null to use default <see cref="Importer"/>'s type resolution</returns>
0 commit comments