Skip to content

Commit 9c5bbfc

Browse files
authored
Fix xref in System.Type remarks (#4030)
1 parent 0c1de98 commit 9c5bbfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System/Type.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ TopNamespace.Sub\+Namespace.ContainingClass+NestedClass, MyAssembly, Version=1.3
451451
[!code-csharp[type_assembly#1](~/samples/snippets/csharp/VS_Snippets_CLR/Type_Assembly/CS/type_assembly.cs#1)]
452452
[!code-vb[type_assembly#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/Type_Assembly/VB/type_assembly.vb#1)]
453453

454-
The following example compares the strings returned by the <xref:System.Type.ToString%2A> method and the `Name`, <xref:System.Type.FullName%2A>, and <xref:System.Type.AssemblyQualifiedName%2A> properties.
454+
The following example compares the strings returned by the <xref:System.Type.ToString%2A> method and the <xref:System.Type.Name%2A>, <xref:System.Type.FullName%2A>, and `AssemblyQualifiedName` properties.
455455

456456
[!code-csharp[System.Type.ToString#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.type.tostring/cs/fullname1.cs#1)]
457457
[!code-vb[System.Type.ToString#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.type.tostring/vb/fullname1.vb#1)]
@@ -1583,7 +1583,7 @@ The `filter` argument can be a custom delegate of type <xref:System.Reflection.M
15831583
[!code-csharp[TestFullName#1](~/samples/snippets/csharp/VS_Snippets_CLR/TestFullName/CS/testfullname.cs#1)]
15841584
[!code-vb[TestFullName#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/TestFullName/VB/testfullname.vb#1)]
15851585

1586-
The following example compares the strings returned by the <xref:System.Type.ToString%2A> method and the `Name`, <xref:System.Type.FullName%2A>, and <xref:System.Type.AssemblyQualifiedName%2A> properties.
1586+
The following example compares the strings returned by the <xref:System.Type.ToString%2A> method and the <xref:System.Type.Name%2A>, `FullName`, and <xref:System.Type.AssemblyQualifiedName%2A> properties.
15871587

15881588
[!code-csharp[System.Type.ToString#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.type.tostring/cs/fullname1.cs#1)]
15891589
[!code-vb[System.Type.ToString#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.type.tostring/vb/fullname1.vb#1)]
@@ -15363,7 +15363,7 @@ If the value of this property is `true` for an array type, it can be used to cre
1536315363
[!code-csharp[Type_ToString#1](~/samples/snippets/csharp/VS_Snippets_CLR/Type_ToString/CS/type_tostring.cs#1)]
1536415364
[!code-vb[Type_ToString#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/Type_ToString/VB/type_tostring.vb#1)]
1536515365

15366-
The following example compares the strings returned by the <xref:System.Type.ToString%2A> method and the `Name`, <xref:System.Type.FullName%2A>, and <xref:System.Type.AssemblyQualifiedName%2A> properties.
15366+
The following example compares the strings returned by the `ToString` method and the <xref:System.Type.Name%2A>, <xref:System.Type.FullName%2A>, and <xref:System.Type.AssemblyQualifiedName%2A> properties.
1536715367

1536815368
[!code-csharp[System.Type.ToString#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.type.tostring/cs/fullname1.cs#1)]
1536915369
[!code-vb[System.Type.ToString#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.type.tostring/vb/fullname1.vb#1)]

0 commit comments

Comments
 (0)