mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
this is not code
This commit is contained in:
parent
260e37cbb2
commit
b740b2487b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user