this is not code

This commit is contained in:
Paul Pacheco 2020-03-24 20:07:30 -05:00
parent 260e37cbb2
commit b740b2487b

View File

@ -118,7 +118,7 @@ public static bool CanBeResolved(this TypeReference parent)
// Given a method of a generic class such as ArraySegment<T>.get_Count,
// and a generic instance such as ArraySegment<int>
// Creates a reference to the specialized method ArraySegment<int>.get_Count;
// Creates a reference to the specialized method ArraySegment<int>.get_Count
// Note that calling ArraySegment<T>.get_Count directly gives an invalid IL error
public static MethodReference MakeHostInstanceGeneric(this MethodReference self, GenericInstanceType instanceType)
{