Skip to content

Commit e4e4938

Browse files
authored
Update documentation for method bool System.Type.IsAssignableTo(Type) (dotnet#5474)
Correction of documentation as stated in dotnet/runtime#50221.
1 parent 8dbdb3f commit e4e4938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Type.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11299,7 +11299,7 @@ GetType(Array).IsAssignableFrom(type)
1129911299

1130011300
- The current type represents a value type, and <paramref name="targetType" /> represents <c>Nullable&lt;c&gt;</c> (<c>Nullable(Of c)</c> in Visual Basic).
1130111301

11302-
<see langword="false" /> if none of these conditions are true, or if <paramref name="targetType" /> or <see langword="this" /> is <see langword="null" />.</returns>
11302+
<see langword="false" /> if none of these conditions are true, or if <paramref name="targetType" /> is <see langword="null" />.</returns>
1130311303
<remarks>To be added.</remarks>
1130411304
</Docs>
1130511305
</Member>

0 commit comments

Comments
 (0)