Skip to content

Commit e17b265

Browse files
authored
Update xml/System.Reflection/MethodInfo.xml
1 parent 6464ff4 commit e17b265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Reflection/MethodInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ For a list of the invariant conditions for other terms used in generic reflectio
729729
730730
If you call <xref:System.Reflection.MethodInfo.GetGenericMethodDefinition%2A> on a <xref:System.Reflection.MethodInfo> that already represents a generic method definition, it returns the current <xref:System.Reflection.MethodInfo>.
731731
732-
If a generic method definition includes generic parameters of the declaring type, there will be a generic method definition specific to each constructed type. For example, consider the following C# code:
732+
If a generic method definition includes generic parameters of the declaring type, there will be a generic method definition specific to each constructed type. For example, consider the following code:
733733
734734
```csharp
735735
class B<U,V> {}

0 commit comments

Comments
 (0)