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: JsonApiDotNetCore.sln.DotSettings
+1
Original file line number
Diff line number
Diff line change
@@ -668,6 +668,7 @@ $left$ = $right$;</s:String>
668
668
<s:Stringx:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=D29C3A091CD9E74BBFDF1B8974F5A977/SearchPattern/@EntryValue">if ($argument$ is null) throw new ArgumentNullException(nameof($argument$));</s:String>
@@ -80,7 +95,12 @@ public IReadOnlyCollection<IIdentifiable> ExtractResources(object? value)
80
95
}
81
96
82
97
/// <summary>
83
-
/// Returns the element type if the specified type is a generic collection, for example: IList{string} -> string or IList -> null.
98
+
/// Returns the element type if the specified type is a generic collection, for example: <code><![CDATA[
99
+
/// IList<string> -> string
100
+
/// ]]></code> or
101
+
/// <code><![CDATA[
102
+
/// IList -> null
103
+
/// ]]></code>.
84
104
/// </summary>
85
105
publicType?FindCollectionElementType(Type?type)
86
106
{
@@ -96,8 +116,12 @@ public IReadOnlyCollection<IIdentifiable> ExtractResources(object? value)
96
116
}
97
117
98
118
/// <summary>
99
-
/// Indicates whether a <see cref="HashSet{T}" /> instance can be assigned to the specified type, for example IList{Article} -> false or ISet{Article} ->
100
-
/// true.
119
+
/// Indicates whether a <see cref="HashSet{T}" /> instance can be assigned to the specified type, for example:
0 commit comments