Skip to content

Commit 5028a16

Browse files
Fix Type.Namespace remarks (dotnet#7466)
1 parent b54f442 commit 5028a16

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
@@ -15587,7 +15587,7 @@ If the value of this property is `true` for an array type, it can be used to cre
1558715587

1558815588
If the current <xref:System.Type> represents a constructed generic type, this property returns the namespace that contains the generic type definition. Similarly, if the current <xref:System.Type> represents a generic parameter `T`, this property returns the namespace that contains the generic type definition that defines `T`.
1558915589

15590-
If the current <xref:System.Type> object represents a generic parameter, this property returns `null`.
15590+
If the current <xref:System.Type> object represents a generic parameter and a generic type definition is not available, such as for a signature type returned by <xref:System.Type.MakeGenericMethodParameter%2A>, this property returns `null`.
1559115591

1559215592

1559315593

0 commit comments

Comments
 (0)